From d13b52a16b42658e1ad46f560a126fe59c10c040 Mon Sep 17 00:00:00 2001 From: Kshitij Tandon Date: Thu, 30 Jan 2025 14:23:47 +0530 Subject: [PATCH] Modifying spec patterns Signed-off-by: Kshitij Tandon --- cypress.config.js | 1 + 1 file changed, 1 insertion(+) 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,