cypress-craft
Version:
CypressCraft is an innovative extension built on top of Cypress (Cypress + Cucumber + POM)
23 lines • 512 B
JSON
{
"json": {
"enabled": true,
"output": "cypress/logs/log.json",
"formatter": "./bin/cucumber-json-formatter"
},
"messages": {
"enabled": true,
"output": "cypress/logs/messages.ndjson"
},
"html": {
"enabled": false
},
"stepDefinitions": [
"[filepath]/**/*.{js,ts}",
"[filepath].{js,ts}",
"cypress/tests/e2e/common/*.{js,ts}",
"cypress/tests/api/common/*.{js,ts}",
"[filepath]\\***.{js,ts}",
"[filepath].{js,ts}",
"cypress\\common\\*.{js,ts}"
]
}