Metadata-Version: 1.1
Name: websiteTest
Version: 0.1.1
Summary: A package to get visual differences between an expected template image and the actual website’s appearance
Home-page: https://github.com/jotathebest/websiteTest
Author: Jose Reyes Garcia Delgado
Author-email: reyes2000jose@gmail.com
License: GNU General Public License v3
Description: ==============
        Website-Tester
        ==============
        
        
        .. image:: https://img.shields.io/pypi/v/websiteTester.svg
                :target: https://pypi.python.org/pypi/websiteTester
        
        .. image:: https://img.shields.io/travis/jotathebest/websiteTester.svg
                :target: https://travis-ci.org/jotathebest/websiteTester
        
        .. image:: https://readthedocs.org/projects/websiteTester/badge/?version=latest
                :target: https://websiteTester.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        
        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://websiteTester.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.
        
        1. 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.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.1.0 (2018-03-18)
        ------------------
        
        * First release on PyPI.
        
Keywords: websiteTest
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
