mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
1e87caa1aa
- Slight redesigns in some tests. - Enable default retry in run mode. - Disable flaky team flow test.
10 lines
167 B
JSON
10 lines
167 B
JSON
{
|
|
"baseUrl": "https://localhost:8642",
|
|
"fixturesFolder": false,
|
|
"testFiles": "{all,free}/**/*.spec.ts",
|
|
"retries": {
|
|
"runMode": 1,
|
|
"openMode": 0
|
|
}
|
|
}
|