mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
- Slight redesigns in some tests. - Enable default retry in run mode. - Disable flaky team flow test.
9 lines
167 B
JSON
9 lines
167 B
JSON
{
|
|
"baseUrl": "https://localhost:8642",
|
|
"fixturesFolder": false,
|
|
"testFiles": "{all,free}/**/*.spec.ts",
|
|
"retries": {
|
|
"runMode": 1,
|
|
"openMode": 0
|
|
}
|
|
}
|