eficode / robotframework-imagehorizonlibrary

Cross-platform Robot Framework library for GUI automation based on image recognition
MIT License
80 stars 28 forks source link

When reference image names are automatically normalized so is reference_folder #69

Open damies13 opened 2 years ago

damies13 commented 2 years ago

When reference_image names are automatically normalised so is the reference_folder which should not be the case.

On Windows this is not a problem as Windows ignores case in paths anyway, It however causes the test case to fail on MacOS and Linux (and probably any other *nix)

https://eficode.github.io/robotframework-imagehorizonlibrary/doc/ImageHorizonLibrary.html#Reference%20image%20names

damies13 commented 2 years ago

Further Investigation, this line in my robot file

    Click Image     Title Bar

But I haven't found where this is happening in the code, at least we now know it's not happening in MacOS or Windows.