mapbox / mapbox-gl-test-suite

Rendering tests for Mapbox GL
6 stars 12 forks source link

Support arbitrary test heirarchy #102

Closed lucaswoj closed 7 years ago

lucaswoj commented 8 years ago

There is currently a fixed test hierarchy: [style property name]/[style property value]. This system has not scaled elegantly as we've added tests for other sorts of things: tile extents, regression tests, query tests, etc.

amyleew commented 8 years ago

Sounds great @lucaswoj! It'd be useful when storing similar type tests like, geojson's nested here

lucaswoj commented 7 years ago

Migrated to https://github.com/mapbox/mapbox-gl-js/issues/3920