Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pytest-dev/pytest-selenium
Plugin for running Selenium with pytest
https://github.com/pytest-dev/pytest-selenium
plugin pytest selenium webdriver
Last synced: 13 days ago
JSON representation
Plugin for running Selenium with pytest
- Host: GitHub
- URL: https://github.com/pytest-dev/pytest-selenium
- Owner: pytest-dev
- License: other
- Created: 2015-05-26T07:27:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-08-05T23:10:44.000Z (3 months ago)
- Last Synced: 2024-08-09T01:54:21.123Z (3 months ago)
- Topics: plugin, pytest, selenium, webdriver
- Language: Python
- Homepage:
- Size: 877 KB
- Stars: 331
- Watchers: 19
- Forks: 120
- Open Issues: 15
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
pytest-selenium
===============pytest-selenium is a plugin for `pytest `_ that provides
support for running `Selenium `_ 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: RequirementsResources
---------- `Documentation `_
- `Issue Tracker `_
- `Code `_