Failed to compare images with Imagemagick with robot framework on Windows environment

后端 未结 2 949
说谎
说谎 2021-01-26 15:05

I am using Imagemagick to compare two screenshots in windows environment.

https://blog.codecentric.de/en/2017/09/robot-framework-compare-images-screenshots/

2条回答
  •  余生分开走
    2021-01-26 16:01

    ${IMAGE_COMPARATOR_COMMAND} C:/"Program Files"/ImageMagick-7.0.10-Q16/convert.exe REFERENCE TEST -metric RMSE -compare -format "%[distortion]" info:

    replace with above IMAGE_COMPARATOR_COMMAND with suitable changes for your path. It worked for me. Thanks

提交回复
热议问题