summaryrefslogtreecommitdiff
path: root/render-test/parser.hpp
Commit message (Collapse)AuthorAgeFilesLines
* [render-test] Effectively use the offline cache for fixturesThiago Marcos P. Santos2020-01-081-3/+3
|
* [test runner] Split operations parsing and executionMikhail Pozdnyakov2019-12-131-0/+37
|
* [render-test] Add metric_paths into Manifest (#15973)zmiao2019-11-271-0/+1
| | | | | | | | | | * [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] Add manifest parser for render-test-runner (#15861)zmiao2019-10-291-16/+4
| | | | | | | | | | * [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
* [render-test] Add configurable rootPath, ignorePath via CLI arguments (#15832)zmiao2019-10-231-6/+10
| | | | | | * [render-test] Add configurable path via CLI arguments * [render-test] Change ignore path config
* [test runner] Fix finding of expected images pathsMikhail Pozdnyakov2019-10-091-1/+2
| | | | | | | Before this change, the found paths to the expected images erroneously included the path to the `metrics.json` file (if this file was present) leading to raising of an unhandled exception.
* [render-test] Add support for query testsJuha Alanen2019-10-071-0/+3
|
* [core] Add filtering option to test-runnerAlexander Shalamov2019-08-281-1/+1
| | | | | | | This change adds filter command line option to render test runner, so that test can be filtered by providing regular expression, for instance: mbgl-render-test -f .*hillshade.*
* [test runner] Test metrics reports. Check metrics results.Mikhail Pozdnyakov2019-08-271-6/+5
|
* [test-runner] Introduce mapbox-gl-native test expectationsMikhail Pozdnyakov2019-08-161-1/+3
| | | | | | | | The `mapbox-gl-native`-specific render tests expected results will be stored at the `render-test/expected/` subfolder. Test runner will automatically put new expected results there if invoked with `UPDATE=true`.
* [core] Implement C++ render test runnerBruno de Oliveira Abinader2019-06-251-0/+34