Files
leadchat/spec/cypress.config.js
2023-10-31 19:39:34 -07:00

11 lines
212 B
JavaScript

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