needle
needle copied to clipboard
Automated tests for your CSS.
Hi, I'm trying to work out a good workflow for using needle alongside a full site crawl. So far my plan is this: 1. Whenever the developer makes a change...
Hi, I started looking into needle (instead of ApliTools) and trying to create a test but facing an issue with this command: `element.get_screenshot().save(baseline_file)` In compareScreenshot() method cases.py file > File...
Hello, thanks for great lib.
I try to run simple test from /test directory and I get an error like ``` ~/needle/tests$ nosetests3 test_driver.py --with-save-baseline ...EE ====================================================================== ERROR: test_get_dimensions (tests.test_driver.TestWebElement) ---------------------------------------------------------------------- Traceback (most recent call...
Support for screens that have a greater devicePixelRatio than 1. There may be another way to do this, because baselines created on a retina display will fail when run on...
Now you can pass a whitelist of css selector. If css selectors matches somethings, those elements visibility will be set to "hidden" in order to avoid screenshot comparison failures on...
i have a complex single page web application. i want to make a visual regression splitting the web page in different small screenshot (for example left menu, main menu, right...
First of all, thanks for the nice tool! We are using it in a Jenkins CI setup, and the screenshots path happens to have spaces. This is causing the perceptualdiff...
I noticed that when using a selector that actually returns more than one element, the screenshots are taken only for the first(?) found element? Wouldn't it be better to have...
Hey, Is there a way to compare something.com against staging.something.com? Thank you!