mirror of
https://github.com/fleetdm/fleet
synced 2026-05-19 23:18:51 +00:00
- Slight redesigns in some tests. - Enable default retry in run mode. - Disable flaky team flow test.
10 lines
184 B
JSON
10 lines
184 B
JSON
{
|
|
"baseUrl": "https://localhost:8642",
|
|
"fixturesFolder": false,
|
|
"testFiles": "**/*.ts",
|
|
"defaultCommandTimeout": 8000,
|
|
"retries": {
|
|
"runMode": 1,
|
|
"openMode": 0
|
|
}
|
|
}
|