summaryrefslogtreecommitdiff
path: root/render-test/manifest_parser.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [test-runner] Enable rebaseline for next-ios-render-test-runner (#16147)zmiao2020-01-281-0/+2
|
* [render-test] Make the manifest mandatoryThiago Marcos P. Santos2020-01-081-2/+2
| | | | At the moment we have an invalid path as default.
* [render-test] Remove positional argumentThiago Marcos P. Santos2020-01-081-31/+15
| | | | Not in use, for running a single test, use -f instead.
* [render-test] Effectively use the offline cache for fixturesThiago Marcos P. Santos2020-01-081-197/+0
|
* [render-test] Add access token to the test manifestThiago Marcos P. Santos2020-01-081-1/+24
| | | | | Needed if we want to run tests online. Will default to the MAPBOX_ACCESS_TOKEN environment value.
* [render-test] Add cache database path to the manifestThiago Marcos P. Santos2020-01-081-0/+16
| | | | A path relative to the manifest pointing at the data cache.
* [render-test] Fixed typo and remove unusedThiago Marcos P. Santos2020-01-081-29/+14
|
* [build] Collect and publish new baselinesThiago Marcos P. Santos2019-12-161-1/+1
| | | | Also fail the bot in case there are new baselines.
* [metrics] Run Android RenderTestRunner bot in rebaseline mode (#16036)zmiao2019-12-111-1/+5
|
* [test-runner] Allow to define filter inside manifest fileAlexander Shalamov2019-12-031-1/+12
| | | | | Command line option is still available and allows to override filter that is defined in a manifest file.
* [test-runner] Move probe related command line args to manifestAlexander Shalamov2019-11-271-0/+23
| | | | | | | | | | | - Move probe related command line arguments to manifest, example: "probes": ["probeGFX", "probeNetwork", "probeMemory"], "metric_path": "metrics/linux" - Use manifest file name as a postfix for a result page - Move injected probes 'begin' section before map object creation - Generalize artifact storing shell script
* [render-test] Add metric_paths into Manifest (#15973)zmiao2019-11-271-12/+31
| | | | | | | | | | * [render-test]Add expected metrics path in manifest file * seperate metrics.json and expected.png * fix expected path parsing * keep expectation path if update is enabled
* [render-test] Wrap test data inside RenderTestRunner App + Add a new test ↵zmiao2019-11-191-1/+24
| | | | | | | | | | | | app (#15887) * [render-test] Wrap test resources inside app * [render-test] Add test app * fix test app failure * [render-test]add callback + add javaObjectWrapper
* [render-test] Fix render-test manifest confilicted local and member names ↵zmiao2019-11-051-8/+8
| | | | (#15888)
* [render-test]Fix regex match for testFilter input (#15886)zmiao2019-11-041-2/+2
|
* [render-test] Add manifest parser for render-test-runner (#15861)zmiao2019-10-291-0/+400
* [render-test] Add manifest parser for render-test-runner * [render-test] Refactory manifest parser * [render-test] Parse full manifest file through CLI * [render-test] Add linux probe manifest