Can we have an option to enable re-run tests that have SKIPPED status? #75
Unanswered
hoyosdilan
asked this question in
Ideas
Replies: 1 comment
-
|
@hoyosdilan Thanks for the suggestion, a couple of questions - For the conditions you describe above, would the test status not reflect If you're referring to a method to more generally set a test to be rurun if some particular condition is met other than general failure, there's some discussion in #35. |
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.
-
Currently, wdio-rerun-service only supports re-running tests that have failed. However, in some cases, skipped tests are critical (e.g., due to network issues, dynamic test conditions, or environment instability). It would be beneficial to add a configuration option that allows re-running tests with a SKIPPED status, similarly to how failed tests are handled. This would improve test reliability and reduce manual intervention.
Proposed solution
Add a new option (e.g., rerunSkipped: true) that, when enabled, includes skipped tests in the rerun list.
Beta Was this translation helpful? Give feedback.
All reactions