Open
Description
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
- Run suite containing 2 or more failing tests and one test which is skipped. e.g.
robot -d Reports --skip TAG_002 VariablesTest
- 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:
Expected result
Failed tests are added for rerun
Attached:
Metadata
Metadata
Assignees
Labels
No labels