reset e2e test workflow

This commit is contained in:
mahula 2023-07-12 09:10:00 +02:00
parent f454ea1159
commit 875dfcefa5
2 changed files with 1 additions and 7 deletions

View File

@ -21,12 +21,6 @@ async function setupNodeEvents(on, config) {
return testStore[name]
},
});
on("after:run", (results) => {
if (results) {
console.log(results.status);
}
});
return config;
}

View File

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