Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davehunt/pytest-firefox
pytest plugin for Mozilla Firefox
https://github.com/davehunt/pytest-firefox
Last synced: 22 days ago
JSON representation
pytest plugin for Mozilla Firefox
- Host: GitHub
- URL: https://github.com/davehunt/pytest-firefox
- Owner: davehunt
- License: other
- Created: 2016-04-22T15:51:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-09T15:16:48.000Z (over 8 years ago)
- Last Synced: 2024-10-31T01:12:55.761Z (2 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
pytest-firefox
==============pytest-firefox is a plugin for pytest_ that provides support for running
Marionette_ based automation against `Mozilla Firefox`_... image:: https://img.shields.io/badge/license-MPL%202.0-blue.svg
:target: https://github.com/davehunt/pytest-firefox/blob/master/LICENSE
:alt: License
.. image:: https://img.shields.io/github/issues-raw/davehunt/pytest-firefox.svg
:target: https://github.com/davehunt/pytest-firefox/issues
:alt: IssuesRequirements
------------You will need the following prerequisites in order to use pytest-firefox:
- Latest stable release of `Mozilla Firefox`_
- Python 2.6, 2.7, 3.3, 3.4, 3.5, PyPy, or PyPy3
- py.test 2.7 or newerInstallation
------------To install pytest-firefox:
.. code-block:: bash
$ pip install git+git://github.com/davehunt/pytest-firefox
Resources
---------- `Issue Tracker`_
- Code_.. _pytest: http://www.python.org/
.. _Marionette: https://developer.mozilla.org/en-US/docs/Mozilla/QA/Marionette
.. _Mozilla Firefox: http://getfirefox.org/
.. _Issue Tracker: http://github.com/davehunt/pytest-firefox/issues
.. _Code: http://github.com/davehunt/pytest-firefox