Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 483 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 483 Bytes

Minimal Integration Tests for PSDify

# Run all tests in all environments on all powershell versions
.\Tests\Invoke-PSDifyPester.ps1

# Specify environment
.\Tests\Invoke-PSDifyPester.ps1 -Env "cloud-prod", "community-release"

# Specify powershell version
.\Tests\Invoke-PSDifyPester.ps1 -Ps 7

# Specify tests
.\Tests\Invoke-PSDifyPester.ps1 -Tag "init", "auth", "member", "plugin", "model", "systemmodel", "knowledge", "document", "app", "chat"