Automate chrome browser render diffs for website testing
Project description
Featuring Puppeteer, headless Chrome and Python image diffing
Installation
pip install visualdiff
Usage
Create your tests calling visualdiff.compare(url), this will drive a headless Chrome session rendering the desired URL and comparing the resulting image with an expected one.
The expectation are stored by default in a visualdiff subfolder of the current calling test script.
There are several additional options you can use, we’ll see them in the examples
Examples
import visualdiff as vd assert not vd.difference('https://example.com')
Credits:
- It is a long time that I wanted a tool like this one, but thanks to this article from Monica Dinculescu for finally convincing me.
- Thanks to Mijakogi for the outstanding work on Pyppeteer
History
0.3.0 (2018-05-12)
- Disable CSS animation, allow screenshot delay
- If save_differences==True the diff file will contain an highlighted diff-rect
0.2.3 (2018-04-11)
- First version in Continuous Integration
0.2.0 (2018-04-06)
- Beta version, things should work
0.1.0 (2018-02-18)
- First release on PyPI.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size visualdiff-0.3.4-py2.py3-none-any.whl (5.5 kB) | File type Wheel | Python version py2.py3 | Upload date | Hashes View |
Filename, size visualdiff-0.3.4.tar.gz (10.6 kB) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for visualdiff-0.3.4-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ab78d8672c0650d6c67c514c72ef2a40beab73a7358e9dbec5d85493132e562f |
|
MD5 | d7ca1a3c6d0f318cddabdce374c43e95 |
|
BLAKE2-256 | 3d807018f6d0df8c8f865cf049fb2162bff6c3a6970954a62a1a854d60c977c8 |