Skip to content
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

Add ability to rerun all failed tests #953

Closed
1 task
sipayRT opened this issue Jun 18, 2024 · 1 comment
Closed
1 task

Add ability to rerun all failed tests #953

sipayRT opened this issue Jun 18, 2024 · 1 comment

Comments

@sipayRT
Copy link
Member

sipayRT commented Jun 18, 2024

Contribution

Describe the user story

now, in order to restart only the failed tests, I need to use 2 plugins:

  1. https://github.com/gemini-testing/json-reporter to get the test results with json format
  2. https://github.com/gemini-testing/testplane-test-filter to run tests only specified in the json-file

Describe the solution you'd like

how it can work:

  1. run all tests in CI
  2. get the json-output with failed tests
  3. rerun only tests specified in the json-output (only failed)

Describe the drawbacks of your solution

No response

Describe alternatives you've considered

No response

@Kabir-Ivan
Copy link
Collaborator

Solved by #973

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants