mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
reset e2e test workflow
This commit is contained in:
parent
f454ea1159
commit
875dfcefa5
@ -21,12 +21,6 @@ async function setupNodeEvents(on, config) {
|
||||
return testStore[name]
|
||||
},
|
||||
});
|
||||
|
||||
on("after:run", (results) => {
|
||||
if (results) {
|
||||
console.log(results.status);
|
||||
}
|
||||
});
|
||||
|
||||
return config;
|
||||
}
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
"url": "https://github.com/Ocelot-Social-Community/Ocelot-Social.git"
|
||||
},
|
||||
"cypress-cucumber-preprocessor": {
|
||||
"stepDefinitions": "cypress/support/step_definitions/*.ts",
|
||||
"stepDefinitions": "cypress/support/step_definitions/**/*.js",
|
||||
"json": {
|
||||
"enabled": true,
|
||||
"output": "cypress/reports/json_logs/cucumber_log.json",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user