fleet/cypress-free.json
Zach Wasserman 1e87caa1aa
Improve Cypress E2E testing stability (#2117)
- Slight redesigns in some tests.
- Enable default retry in run mode.
- Disable flaky team flow test.
2021-09-17 10:04:51 -07:00

10 lines
167 B
JSON

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