Skip to content

Commit c965f8f

Browse files
committed
Update SeleniumBase "options" output
1 parent 9393240 commit c965f8f

File tree

1 file changed

+1
-0
lines changed
  • seleniumbase/console_scripts

1 file changed

+1
-0
lines changed

seleniumbase/console_scripts/run.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,7 @@ def show_options():
489489
print('--reuse-session / --rs (Reuse the browser session between tests.)')
490490
print('--crumbs (Delete all cookies between tests reusing a session.)')
491491
print('--maximize (Start tests with the web browser window maximized.)')
492+
print('--dashboard (Enable the SeleniumBase Dashboard at dashboard.html)')
492493
print("--incognito (Enable Chrome's Incognito mode.)")
493494
print("--guest (Enable Chrome's Guest mode.)")
494495
print('-m MARKER (Run tests with the specified pytest marker.)')

0 commit comments

Comments
 (0)