You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am looking for a way to take screenshots of the app and compare them.
The app I am testing uses HTML Canvas. I'm looking for a way to achieve this process:
1 - Take a screenshot, saved under a name
2 - Make a change to the UI
3 - Take a new screenshot
4 - Compare the first and second screenshots to see if the change actually happened.
Looking at the docs, I couldn't see if this feature already exists. If it does, that would be great!
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
I am looking for a way to take screenshots of the app and compare them.
The app I am testing uses HTML Canvas. I'm looking for a way to achieve this process:
1 - Take a screenshot, saved under a name
2 - Make a change to the UI
3 - Take a new screenshot
4 - Compare the first and second screenshots to see if the change actually happened.
Looking at the docs, I couldn't see if this feature already exists. If it does, that would be great!
The text was updated successfully, but these errors were encountered: