manykarim / robotframework-doctestlibrary

Robot Framework DocTest library. Simple Automated Visual Document Testing.
Apache License 2.0
46 stars 20 forks source link

Visual Comparison with URLs does not work #59

Closed manykarim closed 1 year ago

manykarim commented 1 year ago

I need to check and fix in VisuallTest.py

     if (os.path.isfile(reference_image) is False):
        raise AssertionError(
            'The reference file does not exist: {}'.format(reference_image))

    if (os.path.isfile(test_image) is False):
        raise AssertionError(
            'The candidate file does not exist: {}'.format(test_image))

It causes problems with Visual Comparisons for URLs

manykarim commented 1 year ago

Fixed in https://github.com/manykarim/robotframework-doctestlibrary/commit/45105917e8d33847c59462187baff849aa76b4da and will be released in 0.8.1