hubl/cypress.json

9 lines
185 B
JSON
Raw Normal View History

2020-05-19 13:13:30 +00:00
{
"baseUrl": "http://127.0.0.1:3000",
"defaultCommandTimeout": 4000,
2020-05-19 13:13:30 +00:00
"chromeWebSecurity": false,
"viewportWidth": 1920,
2020-09-17 10:08:42 +00:00
"viewportHeight": 1080,
"video": false
2020-05-19 13:13:30 +00:00
}