fleet/cypress.json
Zach Wasserman 55aa8c702e
Use new home dashboard (#2212)
Adapted from @RachelElysia's original #1640.
2021-10-03 11:15:58 -07:00

12 lines
185 B
JSON

{
"baseUrl": "https://localhost:8642",
"fixturesFolder": false,
"testFiles": "**/*.ts",
"defaultCommandTimeout": 8000,
"retries": {
"runMode": 1,
"openMode": 0
}
}