robotframework-doctestlibrary
robotframework-doctestlibrary copied to clipboard
Robot Framework DocTest library. Simple Automated Visual Document Testing.
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...
 Blue part does not recognized. result is passed `Compare Images locator.png locator1.png move_tolerance=5` 
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())
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...