Releases: badeball/cypress-cucumber-preprocessor
Releases · badeball/cypress-cucumber-preprocessor
v15.1.0
- Log steps and commands using log groups, fixes #796.
v13.1.0
-
Better support for worlds in TypeScript, fixes #864.
-
Extended documentation, particularly in regards to pairing step definitions.
v13.0.3
- Performance improvements to diagnostics.
v13.0.2
- Correctly assign
testState.pickleStep
, fixes #836.
v13.0.1
- Support absolute paths in
stepDefinitions
, fixes #832.
v13.0.0
-
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
-
Total execution time is correctly shown in HTML reports, fixes #813.
-
Validate inclusion of addCucumberPreprocessorPlugin()
in setupNodeEvents()
, fixes #820.
v12.1.0
-
Start time and execution time is shown in HTML reports, fixes #798.
-
Add current step information to window.testState
, fixes #800.