summaryrefslogtreecommitdiff
path: root/metrics/next-android-render-test-runner-style.json
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2019-12-22 21:39:52 +0200
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2020-01-08 13:07:12 +0200
commit13c550557278ad25c4da977c4ed03a1c89f81216 (patch)
tree487b50c57138dbfbc0dd5f179822bb8411659f18 /metrics/next-android-render-test-runner-style.json
parentaf8092a86fc5465de3fe0bb2c9e1c24f3fec5965 (diff)
downloadqtlocation-mapboxgl-13c550557278ad25c4da977c4ed03a1c89f81216.tar.gz
[metrics] Use the cache database instead of file paths for fixtures
Now that we use a cache, we no longer need "asset_path" and "vendor_path".
Diffstat (limited to 'metrics/next-android-render-test-runner-style.json')
-rw-r--r--metrics/next-android-render-test-runner-style.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/metrics/next-android-render-test-runner-style.json b/metrics/next-android-render-test-runner-style.json
index b00e9f0ea1..fb774b97dc 100644
--- a/metrics/next-android-render-test-runner-style.json
+++ b/metrics/next-android-render-test-runner-style.json
@@ -1,6 +1,6 @@
{
- "asset_path": "../mapbox-gl-js/test/integration",
"base_test_path": "../mapbox-gl-js/test/integration",
+ "cache_path": "cache-style.db",
"expectation_paths": [
"expectations/platform-all",
"expectations/platform-android"
@@ -15,6 +15,5 @@
"probeGFX",
"probeNetwork"
],
- "result_path": "/sdcard",
- "vendor_path": "../vendor"
+ "result_path": "/sdcard"
}