@badeball/cypress-cucumber-preprocessor
Advanced tools
Changelog
v12.0.0
Breaking changes:
{
"stepDefinitions": [
"[filepath].{js,ts}",
"cypress/support/step_definitions/**/*.{js,ts}"
]
}
.. then it should now look like this (notice the addition of cypress/e2e
)
{
"stepDefinitions": [
"cypress/e2e/[filepath].{js,ts}",
"cypress/support/step_definitions/**/*.{js,ts}"
]
}
Note: Step definitions doesn't necessarily have to be put in cypress/e2e
and alongside your feature files. They can be contained in an entirely separate directory, if desired. This fixes #748.
Other changes:
Changelog
v21.0.0
Breaking changes:
Exported member preprocessor
of @badeball/cypress-cucumber-preprocessor/browserify
is removed.
@badeball/cypress-cucumber-preprocessor/browserify
should change their Cypress config in accordance with the related examples.The executable cypress-cucumber-diagnostics
has been replaced by a dryRun
option, relates to #1120 and #1129.
Other changees: