Website-Tester¶
A package to get visual differences between an expected template image and the actual website’s appearance
- Free software: GNU General Public License v3
- Documentation: https://websiteTest.readthedocs.io.
Features¶
This package is intended to provide an easy-way to check if a website deployment gives errors in the appearence of the site. It uses simple OpenCV differences and the Selenium library to obtain template and testing images to be compared.
- Take a website screencapture and create an expected template of it using just one command.
2. Compare the actual website appearence with your previous taken template and paint their differences if anyone is presented
Credits¶
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.