-
Notifications
You must be signed in to change notification settings - Fork 4
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
Use Snapshot comparison to compare description and voicing implementations #127
Comments
I decided to commit to a branch for now, but I'm feeling pretty good about this. In general the logic is not too complicated. The hardest part is figuring out how to display the info well. I can't find a good HTML visual differ, so I ended up just setting up to easily be able to copy into webstorm to diff the PDOM. I'll come back soon, and will be using this for Friction too. Wahoo! |
Above is a bug fix where I wasn't continuing the looping function any time that the screenshots didn't differ. |
Added voicing utterance support above. |
I showed @jessegreenberg these changes, and he liked them. He recommended turning the PDOM texts into buttons that will copy them to the clipboard. I like it! Perhaps merging to master is coming soon. |
I'm ready to merge this to master, even before this is done. Coming in hot! |
Merged. |
Basically a new strategy for phetsims/perennial#138. I would like to see if we can use the snapshot comparison to handle description comparison as well.
The text was updated successfully, but these errors were encountered: