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 9393240 commit c965f8fCopy full SHA for c965f8f
seleniumbase/console_scripts/run.py
@@ -489,6 +489,7 @@ def show_options():
489
print('--reuse-session / --rs (Reuse the browser session between tests.)')
490
print('--crumbs (Delete all cookies between tests reusing a session.)')
491
print('--maximize (Start tests with the web browser window maximized.)')
492
+ print('--dashboard (Enable the SeleniumBase Dashboard at dashboard.html)')
493
print("--incognito (Enable Chrome's Incognito mode.)")
494
print("--guest (Enable Chrome's Guest mode.)")
495
print('-m MARKER (Run tests with the specified pytest marker.)')
0 commit comments