We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa5a9bf commit eef973fCopy full SHA for eef973f
seleniumbase/plugins/pytest_plugin.py
@@ -21,7 +21,7 @@ def pytest_addoption(parser):
21
Example: (--browser=firefox)""")
22
parser.addoption('--with-selenium', action="store_true",
23
dest='with_selenium',
24
- default=False,
+ default=True,
25
help="Use if tests need to be run with a web browser.")
26
parser.addoption('--env', action='store',
27
dest='environment',
0 commit comments