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 think we could use approvals-java together with something like selenium to extend the concept of approval testing to UI testing.
This might be an Epic rather than a Story ... Possible steps:
check that approving an image works (probably need to integrate new reporters which support image diff like this one). We'll also need to define what kind of files a reporter supports (Image / Text / ???).
check it also works on CI (with no software installed, how to do image diff in pure java ?)
document approving an image
document how to get an image from a website (using Selenium for instance - SO)
optionnally document how to get an image from a Swing application (using Java Robot)
I think we could use approvals-java together with something like selenium to extend the concept of approval testing to UI testing.
This might be an Epic rather than a Story ... Possible steps:
Inspiration:
The text was updated successfully, but these errors were encountered: