diff --git a/cypress.config.js b/cypress.config.js index 40143d3ec2c..546bc0f439f 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -1,7 +1,7 @@ const cypress = require("cypress"); module.exports = { e2e: { - "specPattern": ["cypress/tests/data/10-Installation.spec.js"], + specPattern: 'cypress/tests/data/**', experimentalSessionAndOrigin: true, "chromeWebSecurity": false, "env": {