All Versions
143
Latest Version
Avg Release Cycle
25 days
Latest Release
72 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v6.0.4 Changes
November 10, 2019๐ Bug fixes
- retry: create a new World instance for every attempt
-
v6.0.3 Changes
October 27, 2019๐ Fixed
- โช Revert JSON formatter changes to be backward compatible
-
v6.0.2 Changes
October 07, 2019๐ Fixed
- โฌ๏ธ Upgrade to cucumber-expressions 8.0.1 to fix failure on multiple installs
-
v6.0.1 Changes
October 06, 2019๐ Fixed
- ๐ Release to fix missing lib
-
v6.0.0 Changes
October 06, 2019๐ฅ BREAKING CHANGES
- โฌ๏ธ Drop support for Node.js 6
- โก๏ธ JSON formatter has major breaking changes. View some sample outputs here. The
*.json.js
files contain the js objects the json parses to. (UPDATE - reverted in 6.0.3) - Duration is now in nanoseconds in event-protocol formatter and in events sent to custom formatters
- ๐ Custom formatters: Formatter helpers and EventDataCollector had breaking changes to support retry
๐ Bug fixes
- โก๏ธ Prevent after hooks from updating skipped scenarios to passed
- Parallel: beforeAll / afterAll errors fail the suite
- ๐ Fix CLI help link
๐ New features
- โ Add ability to retry flaky tests
- Use
--retry <NUMBER>
and limit what tests will be retried with--retryTagFilter <EXPRESSION>
- Event-protocol added an
attemptNumber
to test case started, test case finished, and all test step events and aretried
boolean to the test case result to signify if the test case was retried
- Use
- usage-json formatter: add code and patternType
- โ Add support for Node.js 12
-
v5.1.0 Changes
December 28, 2018Internals
- โฌ๏ธ Upgrade to babel 7
-
v5.0.3 Changes
December 03, 2018Speed Improvements
- Only create Cucumber Expressions once
-
v5.0.2 Changes
October 06, 2018๐ Bug Fixes
- โก๏ธ Update default of formatters' colors enabled to be true only if the stream is a TTY
- ๐ Allow writing to stdout when running in parallel
- Skip other before hooks if one returns skipped
-
v5.0.1 Changes
April 09, 2018๐ Bug Fixes
- โก๏ธ Update dependencies to avoid licensing problems
-
v5.0.0 Changes
April 09, 2018๐ฅ BREAKING CHANGES
- โฌ๏ธ Drop support for Node.js 4
๐ Bug Fixes
- โก๏ธ Update dependencies to avoid licensing problems
- ๐ Provide better error message when trying to attach data after the scenario has finished. This is possible if not waiting for the attach to finish.
๐ New features
- โ Add support for Node.js 10