Last updated:
0 purchases
pytestfirefox 0.1.1
pytest-firefox is a plugin for pytest that provides
support for running FoxPuppet
to control Firefox Web Browser 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:
$ pip install pytest-firefox
Usage
To use pytest-firefox with your tests simply specify firefox as a fixture
to your test.
def test_something(firefox):
firefox.open_window()
This will open a new window.
pytest-firefox also creates a default Selenium WebDriver object named
selenium.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.