Comment #30 on issue 702 by [email protected]: Failed tests can be
re-executed with `--runfailed` option
http://code.google.com/p/robotframework/issues/detail?id=702
Glad to see this feature implemented,I tried and its working fine. I am
running the failed test from jenkins and had to do ltl tweak not sure if
there is easier way.
I run my tests, so even if i have failure build is not exited
java org.robotframework.RobotFramework --NoStatusRC -ib1 ./testsuites
rename output.xml to output_ren.xml
java org.robotframework.RobotFramework --NoStatusRC -R
output_ren.xml ./testsuites
failed tests are run and output is captured in output.xml
now i run rebot to combine results
java org.robotframework.RobotFramework rebot output_ren.xml output.xml
I want to combine only passed test case from output_ren.xml and all test
results from output.xml, how can i achieve? I could not see filtering
option on rebot by status of test case.
I am looking at getting result in format specified in original description
-- Every test that appears in at least one of the files should appear only
once in the new output
-- Every test that appears in multiple of those files and fails in all
occurrences should be marked as failed in the new output
-- Every test that appears in multiple of those files and passes in at
least one occurence should be marked as passed in the new output.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
---
You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.