Files
backstage/cypress/cypress.json
T
2021-04-23 19:38:51 +02:00

9 lines
224 B
JSON

{
"baseUrl": "http://localhost:7000",
"integrationFolder": "./src/integration",
"supportFile": "./src/support",
"fixturesFolder": "./src/fixures",
"pluginsFile": "./src/plugins",
"defaultCommandTimeout": 10000
}