-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test transitions #116
Comments
jfirebaugh
added a commit
to mapbox/mapbox-gl-js
that referenced
this issue
Sep 2, 2016
This depends on mapbox/mapbox-gl-test-suite#116 for test automation.
jfirebaugh
added a commit
to mapbox/mapbox-gl-js
that referenced
this issue
Sep 2, 2016
This depends on mapbox/mapbox-gl-test-suite#116 for test automation.
jfirebaugh
added a commit
to mapbox/mapbox-gl-js
that referenced
this issue
Sep 2, 2016
This depends on mapbox/mapbox-gl-test-suite#116 for test automation.
2 tasks
Migrated to mapbox/mapbox-gl-js#3912 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should to figure out how to add tests for property transitions, in order to prevent bugs like:
A prerequisite for this is that the test harness has control over the clock used for rendering transitions, so it can deterministically render, say, 50% of the way through a transition. Then we could add that percentage as a parameter somewhere in the test case metadata.
The text was updated successfully, but these errors were encountered: