Replies: 1 comment
-
Only by using an internal API which I'd recommend you avoid as it may change without warning. By using Invoke-Pester myfile.tests.ps1 -Passthru
$r.Skipped | ? ErrorRecord -match 'Run.SkipRemainingOnFailure' | measure |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Good evening
Pester counts the number of failures in
SkipRemainingOnFailureCount
which is a pretty interesting value. Is it possible to read it while running pester?Thanks a lot for any help!,
kind regards,
Thomas
Beta Was this translation helpful? Give feedback.
All reactions