blob: 432edb11a29660b8909545993451134e0421c880 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"base_test_path": "integration",
"cache_path": "cache-style.db",
"expectation_paths": [
"expectations/platform-all",
"expectations/platform-ios"
],
"ignore_paths": [
"ignores/platform-all.json",
"ignores/platform-macos.json",
"ignores/platform-ios.json"
],
"metric_path": "ios-render-test-runner",
"probes": [
"probeGFX",
"probeNetwork"
]
}
|