cucumberjs-parallel
Version:
Run cucumber features or scenarios in parallel with limited threads count
27 lines (17 loc) • 737 B
Markdown
# CHANGELOG
### 2.0.2 (06-21-2022)
* fix ignorance of failed tests in reports
### 2.0.1 (1-1-2022)
* update CRLF to LF in `cucumberjs-parallel` as it causes issues on unix systems.
### 2.0.0 (11-11-2021)
* moved to cucumber 7+
### 1.2.5 (11-03-2020)
* switched to new logger
* handle a case when a feature content missed
* fix an issue with triggering background as a task
### 1.2.1 (10-15-2020)
* Moved to a new [worker pool module][1]
* Fix an issue, when the same thread had cached modules, that caused invalid cucumber cli behaviour (missed hooks, timeouts etc). https://github.com/cucumber/cucumber-js/issues/786#issuecomment-318334193
### 1.0.2 (10-08-2020)
* Initial version
[1]: https://www.npmjs.com/package/workerpool