Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Mattermost OAT Tests

Plain Pester tests

Invoke-Pester -Script .\PlainPester

OVF based Tests

Note - Need version 1.2.0 of OperationValidation Module

Get-OperationValidation -Path OVF

Invoke-OperationValidation -Path OVF

Invoke-OperationValidation -Path OVF -Overrides @{MatterMostRoot = 'http://localhost:8065'}

InSpec

bundle install [other cmd line arguments here]

bundle exec inspec check .

Inspectser

pwsh -Command "Import-Module ..\..\inspecster\Pester.psd1; Invoke-Pester Inspecster"