needle
needle copied to clipboard
Automated tests for your CSS.
E.g. you have a div this div contains some elements those elements height is higher than parent div height so your div is scrollable if you try to assert element...
Team, I’m using pytest-needle 0.3.11 using PIL engine to evaluate visual testing. Everything working as expected but in report unable to find the colour difference in the diff screenshot. In...
This fixes #81 and fixes #43. For #43 I implemented what was suggested in the issue. For #81 I implemented my suggestion, i.e. save the diff directly as png when...
This is actually a duplicate of #61 but it got closed by the reporter. I'm using [the latest perceptualdiff](https://github.com/myint/perceptualdiff/commit/7ad4d0882a439d8611600869a894e610d4fc3595), needle 0.5.0, python 3.7 (and pytest-needle 0.3.11). When running a simple...
## Expected Output assertSameFiles Needle should either state that the images are similar or that they are not. ## Actual Output `ValueError: ("could not convert string to float: b'idt'")` thrown...
Hi, is it possible to test various mobile devices and browser? If so, how can I do that? Thank you!
High resolution displays have more pixels than they ought to - image width and height has to be adjusted by the devicePixelRatio.
Fix defect when ImageMagic compare utility or screenshot paths have space and tests were fall with error. Sandbox: Windows 7 x64 Python 3.6.5 x32
When the page has been scrolled, the element coordinates returned by NeedleWebElementMixin.get_dimensions() are relative to the top-left of the page, but the screenshot that get_screenshot() crops starts at the current...
## Expected result I clone, install needle and then run tox. All tests should pass. ## Actual result ``` [...] FAIL: test_existing_baseline_not_overwritten (tests.test_plugin.NeedleCaptureOverwriteTest) [...] FAIL: test_baseline_is_saved (tests.test_plugin.NeedleCaptureTest) [...] FAIL: test_screenshot_is_cleanedup...