We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e5e270 commit af0fb7aCopy full SHA for af0fb7a
cypress/cypress.config.js
@@ -29,5 +29,6 @@ export default defineConfig({
29
baseUrl: 'http://localhost:8080',
30
specPattern: 'e2e/**/*.cy.{js,jsx,ts,tsx}',
31
supportFile: 'support/index.js',
32
+ defaultCommandTimeout: 10000,
33
},
34
});
0 commit comments