mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
- Slight redesigns in some tests. - Enable default retry in run mode. - Disable flaky team flow test.
9 lines
170 B
JSON
9 lines
170 B
JSON
{
|
|
"baseUrl": "https://localhost:8642",
|
|
"fixturesFolder": false,
|
|
"testFiles": "{all,premium}/**/*.spec.ts",
|
|
"retries": {
|
|
"runMode": 1,
|
|
"openMode": 0
|
|
}
|
|
}
|