Releases: badeball/cypress-cucumber-preprocessor
Releases · badeball/cypress-cucumber-preprocessor
v15.0.0
07 Dec 19:46
Compare
Sorry, something went wrong.
No results found
v14.0.0
09 Nov 21:44
Compare
Sorry, something went wrong.
No results found
v13.1.0
07 Nov 22:57
Compare
Sorry, something went wrong.
No results found
Better support for worlds in TypeScript, fixes #864 .
Extended documentation, particularly in regards to pairing step definitions.
v13.0.3
21 Oct 21:02
Compare
Sorry, something went wrong.
No results found
Performance improvements to diagnostics.
v13.0.2
22 Sep 15:34
Compare
Sorry, something went wrong.
No results found
Correctly assign testState.pickleStep, fixes #836 .
v13.0.1
20 Sep 19:44
Compare
Sorry, something went wrong.
No results found
Support absolute paths in stepDefinitions, fixes #832 .
v13.0.0
17 Sep 12:45
Compare
Sorry, something went wrong.
No results found
Add a very rudimentary way of diagnosing validity of steps, IE. whether each step is matching one, and only one, step definition, fixes #754 .
Remove And and But from the public API, fixes #821 .
Output snippet suggestions upon missing step definition, fixes #799 .
v12.2.0
04 Sep 18:58
Compare
Sorry, something went wrong.
No results found
Total execution time is correctly shown in HTML reports, fixes #813 .
Validate inclusion of addCucumberPreprocessorPlugin() in setupNodeEvents(), fixes #820 .
v12.1.0
20 Aug 13:12
Compare
Sorry, something went wrong.
No results found
Start time and execution time is shown in HTML reports, fixes #798 .
Add current step information to window.testState, fixes #800 .
v12.0.1
08 Aug 18:46
Compare
Sorry, something went wrong.
No results found
Allow overriding env using tags, fixes #792 .
Correct some path handling on Windows, fixes #788 .
Correct calculation of common ancestor path, even when specs are filtered, fixes #785 .