Metadata-Version: 2.4
Name: pytest-selenium
Version: 4.1.0
Summary: pytest plugin for Selenium
Project-URL: Homepage, https://github.com/pytest-dev/pytest-selenium
Project-URL: Tracker, https://github.com/pytest-dev/pytest-selenium/issues
Project-URL: Source, https://github.com/pytest-dev/pytest-selenium
Author-email: Dave Hunt <dhunt@mozilla.com>, Jim Brannlund <jimbrannlund@fastmail.com>
License-Expression: MPL-2.0
License-File: LICENSE
Keywords: browserstack,pytest,qa,saucelabs,selenium,webqa
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Requires-Dist: pytest-base-url>=2.0.0
Requires-Dist: pytest-html>=4.0.0
Requires-Dist: pytest-variables>=2.0.0
Requires-Dist: pytest>=6.0.0
Requires-Dist: requests>=2.26.0
Requires-Dist: selenium>=4.10.0
Requires-Dist: tenacity>=6.0.0
Provides-Extra: appium
Requires-Dist: appium-python-client>=1.0.0; extra == 'appium'
Provides-Extra: test
Requires-Dist: black>=22.1.0; extra == 'test'
Requires-Dist: flake8>=4.0.1; extra == 'test'
Requires-Dist: pre-commit>=2.17.0; extra == 'test'
Requires-Dist: pytest-mock>=3.6.1; extra == 'test'
Requires-Dist: pytest-xdist>=2.4.0; extra == 'test'
Requires-Dist: tox>=3.24.5; extra == 'test'
Description-Content-Type: text/x-rst

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

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

.. image:: https://img.shields.io/badge/license-MPL%202.0-blue.svg
   :target: https://github.com/pytest-dev/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/badge/docs-latest-brightgreen.svg
   :target: http://pytest-selenium.readthedocs.io/en/latest/
   :alt: Read the Docs
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
   :target: https://github.com/ambv/black
.. image:: https://img.shields.io/github/issues-raw/pytest-dev/pytest-selenium.svg
   :target: https://github.com/pytest-dev/pytest-selenium/issues
   :alt: Issues
.. image:: https://img.shields.io/requires/github/pytest-dev/pytest-selenium.svg
   :target: https://requires.io/github/pytest-dev/pytest-selenium/requirements/?branch=master
   :alt: Requirements

Resources
---------

- `Documentation <http://pytest-selenium.readthedocs.io/en/latest/>`_
- `Issue Tracker <http://github.com/pytest-dev/pytest-selenium/issues>`_
- `Code <http://github.com/pytest-dev/pytest-selenium/>`_
