summaryrefslogtreecommitdiff
path: root/render-test/manifest_parser.hpp
Commit message (Collapse)AuthorAgeFilesLines
* [render-test] Remove positional argumentThiago Marcos P. Santos2020-01-081-1/+0
| | | | 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-20/+0
|
* [render-test] Add access token to the test manifestThiago Marcos P. Santos2020-01-081-0/+3
| | | | | 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/+2
| | | | A path relative to the manifest pointing at the data cache.
* [test-runner] Allow to define filter inside manifest fileAlexander Shalamov2019-12-031-1/+1
| | | | | 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/+2
| | | | | | | | | | | - 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] Wrap test data inside RenderTestRunner App + Add a new test ↵zmiao2019-11-191-0/+3
| | | | | | | | | | | | 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] Add manifest parser for render-test-runner (#15861)zmiao2019-10-291-0/+55
* [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