-
Improvement
-
Resolution: Fixed
-
Major
-
3.1.3, 3.2.1, 3.3
-
MOODLE_31_STABLE, MOODLE_32_STABLE, MOODLE_33_STABLE
-
MOODLE_32_STABLE
-
wip-mdl-57030
-
I would be really really handy to have a --automatic-rerun option on the behat run.php that, after a run (parallel or single) would rerun the failures.
For parallel runs it would rerun the failure in non-parallel fashion, say it would rerun run 1, then run 4. Then any remaining errors after the rerun would be reported in the exit code.
Parallel runs will almost always have initial failures, because the browser doesn't have OS focus. Right now, for parallel runs, you either have to manually rerun the failed jobs, or you need to write a convoluted bash script to do it. This seems like something prime to be included in the core handler.
- is blocked by
-
MDL-54628 Add the creation of links to the individual commands suggested in parallel executions
- Closed