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 0877608 commit 0989af9Copy full SHA for 0989af9
seleniumbase/plugins/pytest_plugin.py
@@ -125,6 +125,11 @@ def pytest_addoption(parser):
125
help="""Setting this overrides the default time that
126
messenger notifications remain visible when reaching
127
assert statements during Demo Mode.""")
128
+ parser.addoption('--check_js', action="store_true",
129
+ dest='js_checking_on',
130
+ default=False,
131
+ help="""The option to check for Javascript errors after
132
+ every page load.""")
133
parser.addoption('--ad_block', action="store_true",
134
dest='ad_block_on',
135
default=False,
0 commit comments