Skip to content

Commit ff0a18a

Browse files
committed
Add the "pytester" plugin to get the "testdir" fixture
1 parent bee946c commit ff0a18a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

seleniumbase/plugins/pytest_plugin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
from seleniumbase.core import log_helper
99
from seleniumbase.core import proxy_helper
1010
from seleniumbase.fixtures import constants
11+
pytest_plugins = ["pytester"] # Adds the "testdir" fixture
1112

1213

1314
def pytest_addoption(parser):

0 commit comments

Comments
 (0)