chore: Upgrade Cypress to 13.4.0 (#8271)
This commit is contained in:
10
spec/cypress.config.js
Normal file
10
spec/cypress.config.js
Normal file
@@ -0,0 +1,10 @@
|
||||
const { defineConfig } = require('cypress');
|
||||
|
||||
module.exports = defineConfig({
|
||||
defaultCommandTimeout: 10000,
|
||||
viewportWidth: 1250,
|
||||
viewportHeight: 800,
|
||||
e2e: {
|
||||
baseUrl: 'http://localhost:5050',
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user