mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-20 03:41:27 +00:00
refactor(e2e): optimize step definitions loading with filepart pairing (#9122)
This commit is contained in:
parent
6a42d12fda
commit
0ca45dd06e
@ -9,7 +9,10 @@
|
||||
"url": "https://github.com/Ocelot-Social-Community/Ocelot-Social.git"
|
||||
},
|
||||
"cypress-cucumber-preprocessor": {
|
||||
"stepDefinitions": "cypress/support/step_definitions/**/*.js",
|
||||
"stepDefinitions": [
|
||||
"cypress/support/step_definitions/[filepart]/**/*.js",
|
||||
"cypress/support/step_definitions/common/**/*.js"
|
||||
],
|
||||
"json": {
|
||||
"enabled": true,
|
||||
"output": "cypress/reports/json_logs/cucumber_log.json",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user