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.
2 parents 1329953 + b57a75d commit 1615850Copy full SHA for 1615850
cypress.config.js
@@ -4,7 +4,8 @@ module.exports = defineConfig({
4
e2e: {
5
baseUrl: 'http://localhost:3000',
6
specPattern: 'e2e/integration/*.test.js',
7
- supportFile: 'e2e/support/index.js'
+ supportFile: 'e2e/support/index.js',
8
+ defaultCommandTimeout: 10000
9
},
10
fixturesFolder: 'e2e/fixtures',
11
screenshotsFolder: 'e2e/screenshots',
0 commit comments