chore: Upgrade Cypress to 13.4.0 (#8271)

This commit is contained in:
Pranav Raj S
2023-10-31 19:39:34 -07:00
committed by GitHub
parent f34cd3ea61
commit 1e70223ed7
17 changed files with 423 additions and 541 deletions

10
spec/cypress.config.js Normal file
View File

@@ -0,0 +1,10 @@
const { defineConfig } = require('cypress');
module.exports = defineConfig({
defaultCommandTimeout: 10000,
viewportWidth: 1250,
viewportHeight: 800,
e2e: {
baseUrl: 'http://localhost:5050',
},
});