mirror of
https://github.com/GoodOlClint/PSProxmoxVE.git
synced 2026-08-06 20:53:11 +00:00
7d74bc9750
cmd_test() now accepts an optional second argument for filtering integration tests by area name. Comma-separated names are matched against test filenames via glob (e.g. *Connection*.Tests.ps1). Usage: run-integration.sh test 9 Connection,VMs The Pester invocation builds a path array from matched files when a filter is specified, otherwise runs the entire Integration directory. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>