We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e6f27e commit 615260eCopy full SHA for 615260e
1 file changed
README.rst
@@ -96,7 +96,7 @@ You may also find it convenient to use a fixture to setup your driver as well. F
96
97
from behave_webdriver.fixtures import fixture_browser
98
def before_all(context):
99
- use_fixture(fixture_browser, webdriver='Firefox')
+ use_fixture(fixture_browser, context, webdriver='Firefox')
100
101
This will also ensure that the browser is torn down at the corresponding `cleanup point`_.
102
0 commit comments