Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 594 Bytes

File metadata and controls

33 lines (21 loc) · 594 Bytes

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"