Skip to content

Commit

Permalink
Merge pull request #220 from GannettDigital/QE-6631
Browse files Browse the repository at this point in the history
prepping for new npm release, fixing a lot of security issues
  • Loading branch information
scottgunther authored Aug 4, 2020
2 parents 6f79ee4 + 072ae10 commit 4001a72
Show file tree
Hide file tree
Showing 3 changed files with 5,491 additions and 3,096 deletions.
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

## Pending Version

## 0.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

* 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`

## 0.9.0

* Zach Knox
Expand Down Expand Up @@ -44,12 +57,12 @@

## 0.8.1

* Brian Fitzpatrick
* Brian Fitzpatrick
* Fixed bug with single action generation

## 0.8.0

* Brian Fitzpatrick
* Brian Fitzpatrick
* Added switch for search algorithm

Scott Gunther
Expand Down
Loading

0 comments on commit 4001a72

Please sign in to comment.