-
-
Notifications
You must be signed in to change notification settings - Fork 473
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ignore excluded/skipped tests and unnecessary setup/teardown using SkipRemainingOnFailure #2442
Conversation
Skipped-property only exists on Test
@@ -29,41 +54,18 @@ function Get-SkipRemainingOnFailurePlugin { | |||
$p.Start = { | |||
param ($Context) | |||
|
|||
# TODO: Use $Context.GlobalPluginData.SkipRemainingOnFailure.SkippedCount when exposed in $Context |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this something you will address in this PR or there should be issue created for this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
New issue. Didn't want to touch plugin interface as it wasn't critical.
I'm happy to provide a follow-up PR when name and steps (all?) are decided.
PR Summary
-Skip
from being marked as skipped byRun.SkipRemainingOnFailure
option.BeforeAll/AfterAll
Fix #2440
Fix #2424
PR Checklist
Create Pull Request
to mark it as a draft. PR can be markedReady for review
when it's ready.