strapi/cypress.json

13 lines
298 B
JSON
Raw Normal View History

{
"chromeWebSecurity": false,
"backendUrl": "http://localhost:1337",
"baseUrl": "http://localhost:1337",
2019-03-12 11:58:30 +01:00
"frontLoadingDelay": 5000,
"animDelay": 1000,
"serverRestartDelay": 11000,
"viewportHeight": 900,
"viewportWidth": 1440,
2019-03-11 10:42:43 +01:00
"video": false,
"integrationFolder": "./packages"
}