strapi/cypress.json
2019-03-13 00:10:20 +01:00

13 lines
298 B
JSON

{
"chromeWebSecurity": false,
"backendUrl": "http://localhost:1337",
"baseUrl": "http://localhost:1337",
"frontLoadingDelay": 5000,
"animDelay": 1000,
"serverRestartDelay": 11000,
"viewportHeight": 900,
"viewportWidth": 1440,
"video": false,
"integrationFolder": "./packages"
}