mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 22:05:17 +00:00
Disable Pester test colors (#6908)
This commit is contained in:
@@ -20,10 +20,10 @@ function Invoke-PesterTests {
|
||||
if (!(Get-Module "Pester")) {
|
||||
Import-Module Pester
|
||||
}
|
||||
|
||||
|
||||
$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