mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-08 03:27:04 +09:00
10 lines
379 B
JSON
10 lines
379 B
JSON
{
|
|
"version": 1,
|
|
"defaultOnFailure": "fail",
|
|
"localRerunCount": 2,
|
|
"retryOnRules": [
|
|
{ "testAssembly": { "wildcard": "System.Net.*" } },
|
|
{ "failureMessage": { "regex": ".*Timed out after .* waiting for the browser to be ready.*" } },
|
|
{ "failureMessage": { "regex": "System.IO.IOException : Process for .*chrome.*unexpectedly exited.* during startup" } }
|
|
]
|
|
}
|