We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a747e5e commit 24b3384Copy full SHA for 24b3384
cypress.config.js
@@ -7,6 +7,7 @@ module.exports = defineConfig({
7
setupNodeEvents(on, config) {
8
return require('./cypress/plugins/index.js')(on, config);
9
},
10
+ defaultCommandTimeout: 10_000,
11
baseUrl: 'http://localhost:3000',
12
13
});
0 commit comments