Skip to content

Commit

Permalink
Modifying spec patterns
Browse files Browse the repository at this point in the history
Signed-off-by: Kshitij Tandon <tandonks@amazon.com>
  • Loading branch information
tandonks committed Jan 30, 2025
1 parent cbcb5c2 commit d13b52a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d13b52a

Please sign in to comment.