jessezach / RobotEyes

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

FileNotFoundError exception while generating visual report. #102

Open hatim523 opened 1 year ago

hatim523 commented 1 year ago

Describe the bug Using Compare Two Images keyword, when the make_non_web_test_table tries to find txt files by looking into jpeg files, it throws FileNotFoundError since no file for that name exists.

To Reproduce Steps to reproduce the behavior:

  1. Execute keyword Compare Two Images.
  2. When comparing process is done, the report fails to build due to the exception mentioned above. image

Expected behavior Visual report should be generated.

Screenshots image image

Desktop (please complete the following information):

jessezach commented 1 year ago

This keyword is very brittle. I wouldn't be surprised if its broken as I have not worked on improving this. I might look into this but I can't provide a timeline on when this can be resolved. Mind sharing the screenshot of the testcase?

Sarathchandra1202 commented 1 year ago

@jz-jess Can you please tell me how to run this file in browser?

jessezach commented 1 year ago

@Sarathchandra1202 Can you elaborate on what you're trying to achieve please?

charan2525021 commented 1 year ago

@hatim523 , Can you send your actual code.