mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
update cypress cucumber preprosessor config in package.json
This commit is contained in:
parent
8dd7156195
commit
4da06ce800
14
package.json
14
package.json
@ -10,7 +10,19 @@
|
|||||||
"url": "https://github.com/Ocelot-Social-Community/Ocelot-Social.git"
|
"url": "https://github.com/Ocelot-Social-Community/Ocelot-Social.git"
|
||||||
},
|
},
|
||||||
"cypress-cucumber-preprocessor": {
|
"cypress-cucumber-preprocessor": {
|
||||||
"nonGlobalStepDefinitions": true
|
"stepDefinitions": "cypress/support/step_definitions/*.ts",
|
||||||
|
"json": {
|
||||||
|
"enabled": true,
|
||||||
|
"output": "cypress/reports/json_logs/cucumber_log.json",
|
||||||
|
"formatter": "cucumber-json-formatter"
|
||||||
|
},
|
||||||
|
"messages": {
|
||||||
|
"enabled": true,
|
||||||
|
"output": "cypress/reports/json_logs/messages.ndjson"
|
||||||
|
},
|
||||||
|
"html": {
|
||||||
|
"enabled": false
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"db:seed": "cd backend && yarn run db:seed",
|
"db:seed": "cd backend && yarn run db:seed",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user