diff --git a/cypress/cypress.config.js b/cypress/cypress.config.js index a2f79bb84..b1d80575e 100644 --- a/cypress/cypress.config.js +++ b/cypress/cypress.config.js @@ -21,12 +21,6 @@ async function setupNodeEvents(on, config) { return testStore[name] }, }); - - on("after:run", (results) => { - if (results) { - console.log(results.status); - } - }); return config; } diff --git a/package.json b/package.json index 900c132cd..51c833149 100644 --- a/package.json +++ b/package.json @@ -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",