We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b917369 commit cc9fc5dCopy full SHA for cc9fc5d
1 file changed
scripts/main.ps1
@@ -234,7 +234,7 @@ $configuration = @{
234
235
LogGroup 'Load configuration - Add containers' {
236
$containers = Get-PesterContainer -Path $configuration.Run.Path
237
- Write-Host ($containers | ConvertTo-Json -Depth 1 -WarningAction SilentlyContinue)
+ Write-Host ($containers | ConvertTo-Json -Depth 2 -WarningAction SilentlyContinue)
238
}
239
240
LogGroup 'Load configuration - Result' {
0 commit comments