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

fix rerun failed bug #90

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jnhyperion
Copy link

@jnhyperion jnhyperion commented Aug 17, 2023

example.zip
Run test with this example:
robot .
there will be 3 failed tests

then rerun the failed tests with command:
robot --prerunmodifier DataDriver.rerunfailed:output.xml --output rerun.xml .

4 tests will be reran.

there's one passed test "example.test.tc1" is incorrectly selected due to the same name with the real failed test.

We should use test longname instead of the partial name to match the failed test

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

Successfully merging this pull request may close these issues.

None yet

1 participant