2014-05-28 14:41 GMT+02:00 Jason van Zyl <[email protected]>: > Maybe a simple mechanism where you store the failed tests in a file and then > have a flag to run only the failed tests. I think this would be very useful. > Then possible a small, configurable loop around the main execution of tests > if you wanted to specify how many times to run the tests.
Surefire already does this with the runorder=failedfirst. Most of the other behaviour is handled quite all by junit rules, but since we already store the failure/success information, I'm sure there's room for other options :) Kristian --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
