Skip to content

Releases: GannettDigital/simulato

v0.7.0

16 Oct 17:43
831546f
Compare
Choose a tag to compare
  • Scott Gunther

    • Batch requests when getting element data
  • Tom Dale

    • Rework config validation
    • Allow passing options to driver

v0.6.5

02 Oct 16:05
1120d46
Compare
Choose a tag to compare

0.6.5

  • Subarna Mukhiyabeen
    • Added a custom writer that can generate action reports for QASymphony
    • Added unit tests for action-json-writer and updates
    • Updated unit tests for report-handler.js and index.js

v0.6.4

24 Sep 20:19
315cb75
Compare
Choose a tag to compare

0.6.4

  • Zach Knox
    • Revamp documentation website design and structure
    • Update npmignore to not include docs

v0.6.3

17 Sep 20:24
445f0cd
Compare
Choose a tag to compare

0.6.3

  • Scott Gunther
    • Fix child process uncaught exception loop

v0.6.2

17 Sep 20:23
ca463b0
Compare
Choose a tag to compare

0.6.2

  • Tom Dale

    • Added checked property to get element data
    • Added tutorial, best practices, and more documentation
  • Scott Gunther

    • Added debug flag to generate command
    • Planner prints progress after finidng each action when debug flag is set

v0.6.1

19 Jul 15:28
4a156bd
Compare
Choose a tag to compare

v0.6.1

  • Brian Fitzpatrick

    • Added popping and pushing components/states by dynamic areas
  • Tom Dale

    • Added ability to specify report formats
      • Supported flags: 'JSON'
      • Defaults to JSON
    • Added ability for test runner to use reporter flag
      • Supported flags: 'basic'
      • Defaults to basic

v0.6.0

21 Jun 15:14
2c016ce
Compare
Choose a tag to compare

0.6.0

  • Tom Dale

    • Added the cli/config command for debug and debugPort
    • Child processes can be spawned with --inspect-brk
    • Ports are auto assigned based on availability
    • Starting Port can be specified
    • Added new config scheme
      • cli/config/default propertys are all merged to one config
      • config is processed once at start, and availble throughout the program
      • config is validated on creation
  • Scott Gunther

    • Added parent event emiiters
      • Events bubble up
    • Updated files to use new event emitters
    • Fix clear dynamic area bug where components aren't deleted from expected state
  • Brian Fitzpatrick

    • Added ability to add mutiple dynamic areas to a single component

v0.5.2

06 Jun 14:35
65ce146
Compare
Choose a tag to compare
  • Tom Dale
    • Fixed a bug where the test runner would always have exit code 1 even if tests were rerun and pass
  • Scott Gunther
    • Factor out creating start nodes
    • Refactor parts of planner with util emitter

v0.5.1

01 Jun 20:58
7f3045c
Compare
Choose a tag to compare

0.5.1

  • Tom Dale
    • Added action identifier to basic report for test print out errors

v0.5.0

01 Jun 20:56
4b7d214
Compare
Choose a tag to compare

0.5.0

  • Scott Gunther

    • Change searchNode.path to an array to support same action in path
    • Factor out checking of preconditions
    • Factor out apply effects
    • Change location of set operations and add a couple more
  • Brian FItzpatrick

    • Added simulato walkthrough
  • Tom Dale

    • Updated tests to print out the results as they are run
    • Tests now always use the test runner even if 1 test
    • Option added to automatically rerun failed tests in both config and cli