strapi/cypress.json

12 lines
280 B
JSON

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