Skip to content

Releases: GannettDigital/simulato

v0.11.0

02 Sep 15:56
174e625
Compare
Choose a tag to compare
  • Scott Gunther
    • Add Key from selenium webdriver to globals
    • Add optmization for action tree to find an action, given the preconditions have been discovered, by trivially combining antecedent actions
    • Update all dependencies

v0.10.0

04 Aug 17:55
4001a72
Compare
Choose a tag to compare
  • 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

v0.9.0

11 Nov 13:50
0ecfbaa
Compare
Choose a tag to compare
  • 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.
    • 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.

v0.8.7

28 Oct 15:44
b236715
Compare
Choose a tag to compare
  • Mike Millgate

v0.8.6

23 Oct 16:58
3704d29
Compare
Choose a tag to compare
  • Shauna Hao
    • Prepended test file name to test case name of action report for easy mapping and better debugging

v0.8.5

15 Oct 19:07
54c44fe
Compare
Choose a tag to compare
  • Zach Knox
    • Enabled replanning support for actionTree algorithm
    • Fixed replanning algorithm to output correctly when running with actionTree algorithm

v0.8.4

23 Sep 20:41
396209e
Compare
Choose a tag to compare
  • Raghu Dantuluri
    • Fixed generated test names to not collide, causing test overwrites

v0.8.3

18 Sep 15:00
80774f8
Compare
Choose a tag to compare
  • Raghu Dantuluri - Updated generated test names, so that they are built from contents of test plans

v0.8.2

25 Jun 15:47
447994a
Compare
Choose a tag to compare
  • Raghu Dantuluri
    • Exposed 'remote' from 'selenium-webdriver' for use in test execution

v0.8.1

01 May 18:50
10ebe64
Compare
Choose a tag to compare
  • Brian Fitzpatrick
    • Action tree navigation for generating test paths