dougnoel / sentinel

A Selenium/Appium framework that enables users to focus on automating web and windows tests, so that automated tests can be written in a non-technical way in the same amount of time as manual tests can be executed.
Apache License 2.0
11 stars 13 forks source link

A debug flag should be settable for image comparison #545

Open tyBouch opened 1 year ago

tyBouch commented 1 year ago

As image comparison often needs to be updated a debug flag should be supported which will write the actual and expected images to disk in addition to the result. This will allow for easy replacement of the file, and checking the differences without a resized image that will be done during comparison to equalize the sizes.