2
0
Files
bot/apps/builder/cypress.json
Baptiste Arnaud a54e42f255 🛠️ Adapt Cypress to Turbo Repo
2021-12-17 07:54:12 +01:00

9 lines
179 B
JSON

{
"baseUrl": "http://localhost:3000",
"chromeWebSecurity": false,
"integrationFolder": "cypress/tests",
"viewportWidth": 1400,
"viewportHeight": 800,
"video": false
}