You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: