refactor(e2e): optimize step definitions loading with filepart pairing (#9122)

This commit is contained in:
mahula 2026-01-19 16:00:40 +01:00 committed by GitHub
parent 6a42d12fda
commit 0ca45dd06e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",