Files
infisical/frontend/cypress.config.js
Vladyslav Matsiiako 7487b373fe adding cypress test
2023-10-24 10:38:08 -04:00

8 lines
124 B
JavaScript

module.exports = {
e2e: {
baseUrl: 'http://localhost:8080',
viewportWidth: 1480,
viewportHeight: 920,
},
};