2
0
Files
bot/apps/builder/cypress.json

8 lines
161 B
JSON
Raw Normal View History

2021-11-29 15:19:07 +01:00
{
"baseUrl": "http://localhost:3000",
"chromeWebSecurity": false,
"integrationFolder": "cypress/tests",
"viewportWidth": 1400,
"viewportHeight": 800
}