@uuv/cypress
Version:
A solution to facilitate the writing and execution of E2E tests understandable by any human being using cucumber(BDD) and cypress
14 lines (13 loc) • 329 B
JSON
{
"stepDefinitions": [
"cucumber/step_definitions/**/*.{js,ts}",
"../node_modules/@uuv/cypress/dist/cucumber/step_definitions/cypress/{generated,unsafe}/**/*.{js,ts}"
],
"messages": {
"enabled": true
},
"json": {
"enabled": true,
"output": "reports/e2e/json/cucumber-report.json"
}
}