Skip to main content

pytest plugin to manipulate firefox

Project description

pytest-firefox
===============

pytest-firefox is a plugin for `pytest <http://pytest.org>`_ that provides
support for running `FoxPuppet <http://https://github.com/mozilla/FoxPuppet/>`_
to control `Firefox Web Browser <https://www.mozilla.org/en-US/firefox/>`_ within
a test.

Requirements
------------

You will need the following prerequisites in order to use pytest-firefox:

- Python 2.7, 3.6
- pytest 3.0 or newer

Installation
------------

To install pytest-firefox:

.. code-block:: bash

$ pip install pytest-firefox

Usage
-----

To use pytest-firefox with your tests simply specify ``firefox` as a fixture
to your test.

.. code-block:: python

def test_something(firefox):
firefox.open_window()

This will open a new window.

``pytest-firefox`` also creates a default Selenium WebDriver object named
``selenium``.


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pytest-firefox-0.1.0.tar.gz (7.4 kB view hashes)

Uploaded Source

Built Distribution

pytest_firefox-0.1.0-py2.py3-none-any.whl (4.7 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page