robotframework-doctestlibrary icon indicating copy to clipboard operation
robotframework-doctestlibrary copied to clipboard

Robot Framework DocTest library. Simple Automated Visual Document Testing.

Results 28 robotframework-doctestlibrary issues
Sort by recently updated
recently updated
newest added

hey! Great library and great work with it! I had an issue comparing a multipage pdf document. When a difference is found on the first page, the rest of the...

change the workflow of converting printing files 1) convert ps and pcl file to series pdfs, each pdf contains 1 page 2) convert the series pdfs into opencv image with...

My test downloads a PDF to a temporary local folder, then runs keyword `Compare Images` on that file as `test_img` and a reference file as `reference_img`. Attempting to `Empty Directory...

bug

![locator2](https://user-images.githubusercontent.com/20495497/188155103-9bc7c90c-f43f-482b-9186-0022cbddc4a2.png)![locator1](https://user-images.githubusercontent.com/20495497/188155110-d24d3248-93d6-4ddb-be7e-c9601c6e1a67.png) Blue part does not recognized. result is passed `Compare Images locator.png locator1.png move_tolerance=5` ![image](https://user-images.githubusercontent.com/20495497/188155664-9333d203-a4b7-46a2-a936-12f3649ac2ae.png)

bug

I want to know how to mask GIF icons on the web page.

Hello. I am having some problems with the VisualTest part of the library. I am comparing two images without a move_tolerance and I get (as expected) that they are not...

import ssl import urllib.request ctx = ssl.create_default_context() ctx.check_hostname = False ctx.verify_mode = ssl.CERT_NONE with urllib.request.urlopen(url_string, context=ctx) as u, \ open(file_name, 'wb') as f: f.write(u.read())

enhancement

Readme - [x] Update poetry installation instructions in Readme - [x] Mention April as maintainer Dependency Risk due to wildcards - [ ] Add daily test runs or lock dependencies...

todo