mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
Disable Pester test colors (#6908)
This commit is contained in:
@@ -48,7 +48,7 @@ function Invoke-PesterTests {
|
||||
|
||||
$configuration = [PesterConfiguration] @{
|
||||
Run = @{ Path = $testPath; PassThru = $true }
|
||||
Output = @{ Verbosity = "Detailed" }
|
||||
Output = @{ Verbosity = "Detailed"; RenderMode = "Plaintext"}
|
||||
}
|
||||
if ($TestName) {
|
||||
$configuration.Filter.FullName = $TestName
|
||||
|
||||
Reference in New Issue
Block a user