v16.0.0
-
Correctly set
willBeRetriedin messages reports, fixes #849. -
Replace cucumber-json-formatter with native components, relates to #795, #827, #870, #966 and #967.
-
This removes the need to install
cucumber-json-formatterin order to generate JSON reports. -
This removes the options
json.formatterandjson.args, which are no longer relevant. With the native components, no child process is spawned. -
If you previously had configuredspecPatternto equal**/*.feature(or similar), then you should change it tocypress/e2e/**/*.featurein order to not accidentally include feature files located innode_modules. This will otherwise interfere with the calculation of the common ancestor path and thus step definition resolution.- This is no longer necessary as of v16.0.3.
-
-
Use deterministic, internal IDs, fixes #948 to some degree.