diff --git a/cypress.json b/cypress.json --- a/cypress.json +++ b/cypress.json @@ -22,5 +22,7 @@ }, "env": { "SKIP_SLOW_TESTS": 1 - } -} + }, + "pluginsFile": "cypress/plugins", + "supportFile": "cypress/support" +} \ No newline at end of file