update cypress-cucumber-preprocessor configuration

This commit is contained in:
mahula 2023-07-04 18:06:13 +02:00
parent e342059dbd
commit 0c452ffdb4

View File

@ -11,12 +11,12 @@
"nonGlobalStepDefinitions": true,
"json": {
"enabled": true,
"output": "jsonlogs/log.json",
"output": "cypress/json_logs/cucumber_log.json",
"formatter": "cucumber-json-formatter"
},
"messages": {
"enabled": true,
"output": "jsonlogs/messages.ndjson"
"output": "cypress/json_logs/messages.ndjson"
},
"html": {
"enabled": false