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

How to retest the failed test case when using the robotframwork-datadriver #26

Closed
davesliu opened this issue Jul 13, 2020 · 2 comments
Closed

Comments

@davesliu
Copy link

Hello,

The robotframework-datadriver is very helpful to generate test cases when reading different configuration params from .xlsx file.

With using the robotframework-datadriver and when some test cases failed. I want to retest the failed test cases.
The command: robot -R output.xml Test.robot will fail as it can't parse the failed test cases due to the test case is newly generated by robotframework datadriver.

So How can we retest the failed test cases when using the robotframework datadriver?

@Snooz82
Copy link
Owner

Snooz82 commented Jul 13, 2020

Hi,

There is a specific prerunmodifier for this case.

https://github.com/Snooz82/robotframework-datadriver#re-run-failed-test-cases

Cheers

@Snooz82 Snooz82 closed this as completed Jul 13, 2020
@davesliu
Copy link
Author

@Snooz82
Thanks for your help. It solve my issues.

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

2 participants