mapbox / mapbox-gl-test-suite

Rendering tests for Mapbox GL
6 stars 12 forks source link

Add tests for transition properties #168

Closed peterqliu closed 7 years ago

peterqliu commented 7 years ago

Per https://github.com/mapbox/mapbox-gl-style-spec/issues/171, let's add tests for transition properties. Sticking point is somehow taking a screenshot after a certain elapsed time: @lucaswoj pointed me to a wait operation that waits til rendering is complete, but it doesn't support a duration argument yet.

jfirebaugh commented 7 years ago

Previously: #116

lucaswoj commented 7 years ago

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