File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 "test:debug" : " pwsh -NoProfile -Command \"\\ $env:PWSH_TEST_MODE='debug'; Invoke-Pester -Configuration ( ./PesterConfiguration.ps1 )\" " ,
2828 "test:serial:debug" : " pwsh -NoProfile -Command \"\\ $env:PWSH_TEST_MODE='serial'; \\ $env:PWSH_TEST_VERBOSE='1'; Invoke-Pester -Configuration ( ./PesterConfiguration.ps1 )\" " ,
2929 "test:profile" : " pwsh -NoProfile -Command \"\\ $env:PWSH_TEST_MODE='serial'; \\ $env:PWSH_TEST_PATH='./tests/ProfileMode.Tests.ps1'; \\ $env:PWSH_TEST_VERBOSE='1'; Invoke-Pester -Configuration ( ./PesterConfiguration.ps1 )\" " ,
30+ "test:slow" : " pwsh -NoProfile -Command \"\\ $c = ./PesterConfiguration.ps1; \\ $c.Filter.Tag = 'Slow'; \\ $c.Filter.ExcludeTag = @(); Invoke-Pester -Configuration \\ $c\" " ,
3031 "test:detailed" : " pwsh -Command \" Invoke-Pester -Output Detailed\" " ,
3132 "scripts:install" : " pwsh -File ./install.ps1" ,
3233 "scoop:update" : " scoop update -a" ,
You can’t perform that action at this time.
0 commit comments