Skip to content

Releases: GannettDigital/simulato

v0.4.0

10 May 15:05
4822e91
Compare
Choose a tag to compare

0.4.0

  • Tom Dale

    • Changed the selector methods inside elements to use
      • getElementById
      • querySelector
      • querySelectorAll
      • getElementsByTagName
      • getElementsByClassName
    • Created a new cli/option command to stagger start time of tests using the test runner
  • Scott Gunther

    • Changed the precondition assertions to be run against the pageState or dataStore
    • Fix bug where parameters are not passed in to preconditions during planning

v0.3.5

23 Apr 17:00
380edfe
Compare
Choose a tag to compare

0.3.5

  • Brian Fitzpatrick
    • Fixed a bug where modifications to the expected state by deletion were not retained on children
  • Tom Dale
    • Unit tests rest of lib/util lib/cli/orchestration and lib/cli/cli-event-dispatch

v0.3.4

18 Apr 15:23
e9c3866
Compare
Choose a tag to compare

0.3.4

  • Brian Fitzpatrick

    • Included PR template
    • Made changes to ingestion of saucelabs config to allow for percision when modifying default values
    • Modified generated test names to be more clear
  • Tom Dale

    • Added bug report template
    • Parent exit code set to 1 when child has an error

v0.3.3

12 Apr 19:14
80da409
Compare
Choose a tag to compare

0.3.3

  • Scott Gunther
    • Add badges to readme
    • Add 'has' method to data store
  • Tom Dale
    • Sauce connect tunnel is now created before user specified before scripts are run
    • Switched over all MBTT errors to SimulatoErrors for clairty

v0.3.2

05 Apr 18:55
de277d8
Compare
Choose a tag to compare

0.3.2

  • Scott Gunther

    • Added run time varibles
    • Created run time varible documentation
  • Tom Dale

    • Created github.io page
    • Converted old documentation to github.io
    • Added a contributing document

v0.3.1

30 Mar 15:50
0d98b08
Compare
Choose a tag to compare
  • Tom Dale
    • Fixed bug where action parameters were not being executed and passed properly during execution

v.0.3.0

30 Mar 14:42
a528c18
Compare
Choose a tag to compare
  • Brian Fitzpatrick
    • Updated CLI configuration to be exportable to file format, as well as saucelab configuration
  • Scott Gunther
    • Data store is broken out of the expected state
    • Data store is now passed in to actions, children, and events
    • Renamed data store methods
    • Update travis to report coverage to codecov
  • Tom Dale
    • Refactored create & createAndAddComponent to only take an object as param to follow pattern of children
    • This context is now passed into elements, model, actions (params, preconditions, perform, effects), children, and events to access instanceName and options
    • Changed componentName to type, instance name to name, and the name specified inside components to type for clarity when creating new components
    • Created RELEASE.md document to detail the release process for simulato