webdriverio-community / wdio-rerun-service

A WebdriverIO service that tracks failing tests and scenarios, allowing failing or unstable tests or scenarios to be re-run.
https://www.npmjs.com/package/wdio-rerun-service
MIT License
11 stars 13 forks source link

Option to add tests manually to rerun queue #35

Open rameshkumarj opened 2 years ago

rameshkumarj commented 2 years ago

I think it might be a good option to enable adding tests to the re-run queue rather adding all the failed tests by default.

Flow: Test failed - Check conditions - if pass, add to re-run - if not skip adding to re-run

mikesalvia commented 2 years ago

Great idea! PRs welcome! I will add this to a roadmap in the meantime.