Metadata-Version: 2.0
Name: pytest-selenium-pdiff
Version: 0.2.0
Summary: A pytest package implementing perceptualdiff for Selenium tests.
Home-page: https://github.com/rentlytics/pytest-selenium-pdiff
Author: Phil Plante
Author-email: phil@rentlytics.com
License: MIT
Keywords: pytest selenium pdiff perceptualdiff
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Framework :: Pytest
Requires-Dist: pytest (==2.9.2)
Requires-Dist: pytest-selenium (==1.2.1)
Requires-Dist: sh (==1.11)

===============================
pytest-selenium-pdiff
===============================

.. image:: https://img.shields.io/pypi/v/pytest-selenium-pdiff.svg
        :target: https://pypi.python.org/pypi/pytest-selenium-pdiff

.. image:: https://img.shields.io/circleci/project/rentlytics/pytest-selenium-pdiff.svg
        :target: https://circleci.com/rentlytics/pytest-selenium-pdiff

.. image:: https://readthedocs.org/projects/pytest-selenium-pdiff/badge/?version=latest
        :target: https://readthedocs.org/projects/pytest-selenium-pdiff/?badge=latest
        :alt: Documentation Status


A pytest package implementing perceptualdiff for Selenium tests.

* Free software: MIT license
* Documentation: https://pytest-selenium-pdiff.readthedocs.org.

Features
--------

* TODO

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 (2016-06-02)
------------------

* First release on PyPI.


