Metadata-Version: 2.0
Name: pytest-selenium
Version: 1.0b3
Summary: pytest plugin for Selenium
Home-page: https://github.com/davehunt/pytest-selenium
Author: Dave Hunt
Author-email: dhunt@mozilla.com
License: Mozilla Public License 2.0 (MPL 2.0)
Keywords: py.test pytest selenium saucelabs browserstack webqa qa mozilla
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Requires-Dist: pytest (>=2.6.4)
Requires-Dist: pytest-html (>=1.6)
Requires-Dist: pytest-variables
Requires-Dist: selenium (>=2.26.0)
Requires-Dist: requests

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

pytest-selenium is a plugin for `py.test <http://pytest.org>`_ that provides
support for running `Selenium <http://seleniumhq.org/>`_ based tests.

.. image:: https://img.shields.io/pypi/l/pytest-selenium.svg
   :target: https://github.com/davehunt/pytest-selenium/blob/master/LICENSE
   :alt: License
.. image:: https://img.shields.io/pypi/v/pytest-selenium.svg
   :target: https://pypi.python.org/pypi/pytest-selenium/
   :alt: PyPI
.. image:: https://img.shields.io/travis/davehunt/pytest-selenium.svg
   :target: https://travis-ci.org/davehunt/pytest-selenium/
   :alt: Travis
.. image:: https://img.shields.io/badge/docs-latest-brightgreen.svg
   :target: http://pytest-selenium.readthedocs.org/en/latest/
   :alt: Read the Docs
.. image:: https://img.shields.io/github/issues-raw/davehunt/pytest-selenium.svg
   :target: https://github.com/davehunt/pytest-selenium/issues
   :alt: Issues
.. image:: https://img.shields.io/requires/github/davehunt/pytest-selenium.svg
   :target: https://requires.io/github/davehunt/pytest-selenium/requirements/?branch=master
   :alt: Requirements

Resources
---------

- `Documentation <http://pytest-selenium.readthedocs.org/>`_
- `Issue Tracker <http://github.com/davehunt/pytest-selenium/issues>`_
- `Code <http://github.com/davehunt/pytest-selenium/>`_


