diff --git a/cypress.config.js b/cypress.config.js index 4c47aadd4..49e6ddea9 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -2,6 +2,7 @@ const { defineConfig } = require("cypress"); module.exports = defineConfig({ e2e: { + specPattern: "cypress/e2e/plugins/index-management-dashboards-plugin/*.{js,jsx,ts,tsx}", defaultCommandTimeout: 60000, requestTimeout: 60000, responseTimeout: 60000,