jessezach / RobotEyes

Image comparison for Robot Framework
MIT License
75 stars 24 forks source link

Remove passing mode. #30

Closed jesse019 closed 5 years ago

jesse019 commented 5 years ago

Code should be able to determine if the mode is test or baseline by checking if images or test_folder is available in the baseline directory. If during comparison baseline image doesn't exist. Actual image should automatically be moved to baseline.

Replacing existing baseline images with actual can be done by using the eyes server.

An optional argument called images could be added to allow saving images in a location specified by the user. Location could be default results directory if images directory is not provided by the user.