Releases: GannettDigital/simulato
Releases · GannettDigital/simulato
v0.11.0
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
v0.9.0
- Zach Knox
- Update offlineReplanning to support actionTree algorithm
- This uses some randomness to help stop the algorithm from going down the same path all the time. This randomness can be seeded from the config with
replanningSeed
. - If you plan to use replanning with your existing actionTree models, you will likely need to update your models to better reflect how your website works.
- This uses some randomness to help stop the algorithm from going down the same path all the time. This randomness can be seeded from the config with
- Updated reduce-to-minimum-set-of-plans to compare hashes of plans. In the past, it was comparing sets in a way which would never detect duplicates.
- Update offlineReplanning to support actionTree algorithm
v0.8.7
- Mike Millgate
- Security vulnerability dependency updates (CVE-2019-16892).
v0.8.6
v0.8.5
v0.8.4
- Raghu Dantuluri
- Fixed generated test names to not collide, causing test overwrites
v0.8.3
- Raghu Dantuluri - Updated generated test names, so that they are built from contents of test plans
v0.8.2
- Raghu Dantuluri
- Exposed 'remote' from 'selenium-webdriver' for use in test execution
v0.8.1
- Brian Fitzpatrick
- Action tree navigation for generating test paths