Skip to content

Commit eef973f

Browse files
committed
Set the pytest selenium plugin to be active by default.
1 parent aa5a9bf commit eef973f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seleniumbase/plugins/pytest_plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def pytest_addoption(parser):
2121
Example: (--browser=firefox)""")
2222
parser.addoption('--with-selenium', action="store_true",
2323
dest='with_selenium',
24-
default=False,
24+
default=True,
2525
help="Use if tests need to be run with a web browser.")
2626
parser.addoption('--env', action='store',
2727
dest='environment',

0 commit comments

Comments
 (0)