diff --git a/cypress.config.js b/cypress.config.js index 99f21264f9..78868697f9 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -12,6 +12,7 @@ module.exports = defineConfig({ }, baseUrl: 'http://localhost:5173/', specPattern: 'tests/integration/**/*.spec.js', + supportFile: false, }, component: { setupNodeEvents(on, config) {},