Releases: badeball/cypress-cucumber-preprocessor
Releases · badeball/cypress-cucumber-preprocessor
v15.1.2
- Limit the size of internal variables contained within the Cypress environment, fixes #908.
v15.1.1
- Log hooks using log groups as well, fixes #922.
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.