Run CI and Feature tests by default with Start-PSPester (#4273)
This commit is contained in:
parent
4f13bf476e
commit
76413addac
@ -770,7 +770,7 @@ function Start-PSPester {
|
||||
[string]$OutputFormat = "NUnitXml",
|
||||
[string]$OutputFile = "pester-tests.xml",
|
||||
[string[]]$ExcludeTag = 'Slow',
|
||||
[string[]]$Tag = "CI",
|
||||
[string[]]$Tag = @("CI","Feature"),
|
||||
[string[]]$Path = @("$PSScriptRoot/test/common","$PSScriptRoot/test/powershell"),
|
||||
[switch]$ThrowOnFailure,
|
||||
[switch]$FullCLR,
|
||||
|
Loading…
Reference in New Issue
Block a user