Metadata-Version: 1.1
Name: pytest-selenium-pdiff
Version: 0.2.8
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
Description: # pytest-selenium-pdiff
        
        [![Current Version](https://img.shields.io/pypi/v/pytest-selenium-pdiff.svg)](https://pypi.python.org/pypi/pytest-selenium-pdiff)
        [![Build Status](https://img.shields.io/circleci/project/rentlytics/pytest-selenium-pdiff.svg)](https://circleci.com/gh/rentlytics/pytest-selenium-pdiff)
        
        A pytest package implementing perceptualdiff for Selenium tests.
        
        * Free software: MIT license
        * Documentation: https://pytest-selenium-pdiff.readthedocs.org.
        
        ## Features
        
        * TODO
        
        ## Running tests
        1. Ensure `tox` is installed with `pip install tox`
        1. Install PhantomJS with `brew install phantomjs`
        1. Use `tox` to run tests against py2.7 and py3.5.
        1. Rentlytics employees can run `make release` to push to PyPi
        
        
        =======
        History
        =======
        
        0.1.0 (2016-06-02)
        ------------------
        
        * First release on PyPI.
        
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
