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

prerunmodifier does not return failed tests preventing rerun of tests #100

Open
philipp2023 opened this issue Sep 18, 2024 · 0 comments
Open

Comments

@philipp2023
Copy link

prerunmodifier does not return failed tests if output.xml contains more than one failed test and at least one skipped test. Thus rerun is not executed, despite there are failed tests.

Steps to reproduce

  1. Run suite containing 2 or more failing tests and one test which is skipped. e.g. robot -d Reports --skip TAG_002 VariablesTest
  2. Rerun failed tests with robot -d Reports --skip TAG_002 --prerunmodifier DataDriver.rerunfailed:.\Reports\output.xml -L TRACE -o output_1.xml VariablesTest

Actual result
No tests are added:
image

Expected result
Failed tests are added for rerun

Attached:

VariablesTest.csv
output.zip

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

No branches or pull requests

1 participant