v0.10.0
-
Raghu Dantuluri and Zach Knox
- Updated rerun logic to allow for parallelism in retries
- Previously, Simulato would wait until all tests of a particular run were complete before triggering a retry for needed tests. Now, tests will rerun independent of each other.
- The
parallelism
configuration option controls these in addition to initial parallelism
- Updated rerun logic to allow for parallelism in retries
-
Zach Knox
- Allow deferral of failed test reports to be displayed at the end of a run
- Previously, this would happen naturally, but with the parallelism updates, an option was required
- Use new boolean configuration option
deferFailureReports
to control this - Defaults to
false
- Allow deferral of failed test reports to be displayed at the end of a run