Skip to content

v0.10.0

Compare
Choose a tag to compare
@zmknox zmknox released this 04 Aug 17:55
· 61 commits to master since this release
4001a72
  • 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
  • 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