File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 "test:pwsh:profile" : " pwsh -NoProfile -Command \" $env:PWSH_TEST_MODE='serial'; $env:PWSH_TEST_PATH='./tests/ProfileMode.Tests.ps1'; $env:PWSH_TEST_VERBOSE='1'; $c = ./PesterConfiguration.ps1; $c.Run.Exit = $true; Invoke-Pester -Configuration $c\" " ,
3030 "test:pwsh:slow" : " pwsh -NoProfile -Command \" $c = ./PesterConfiguration.ps1; $c.Run.Exit = $true; $c.Filter.Tag = 'Slow'; $c.Filter.ExcludeTag = @($c.Filter.ExcludeTag.Value | Where-Object { $_ -ne 'Slow' }); Invoke-Pester -Configuration $c\" " ,
3131 "test:pwsh:detailed" : " pwsh -NoProfile -Command \" $env:PWSH_TEST_MODE='full'; $env:PWSH_TEST_VERBOSE='1'; $c = ./PesterConfiguration.ps1; $c.Run.Exit = $true; Invoke-Pester -Configuration $c\" " ,
32+ "test:pwsh:slowest" : " node ./scripts/pester-duration-report.mjs --command \" pnpm test:pwsh:full\" " ,
3233 "test:pwsh:all:slowest" : " node ./scripts/pester-duration-report.mjs --command \" pnpm test:pwsh:all\" " ,
3334 "benchmark" : " pwsh -NoProfile -File ./scripts/pwsh/devops/Invoke-Benchmark.ps1" ,
3435 "scripts:install" : " pwsh -File ./install.ps1" ,
You can’t perform that action at this time.
0 commit comments