MCPcopy Create free account
hub / github.com/seleniumbase/SeleniumBase / show_behave_gui_usage

Function show_behave_gui_usage

seleniumbase/console_scripts/run.py:197–215  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

195
196
197def show_behave_gui_usage():
198 c2 = colorama.Fore.BLUE + colorama.Back.LIGHTGREEN_EX
199 c3 = colorama.Fore.BLUE + colorama.Back.LIGHTYELLOW_EX
200 cr = colorama.Style.RESET_ALL
201 sc = " " + c2 + "** " + c3 + "behave-gui" + c2 + " **" + cr
202 print(sc)
203 print("")
204 print(" Usage:")
205 print(" seleniumbase behave-gui [OPTIONAL PATH or TEST FILE]")
206 print(" seleniumbase gui-behave [OPTIONAL PATH or TEST FILE]")
207 print(" OR: sbase behave-gui [OPTIONAL PATH or TEST FILE]")
208 print(" OR: sbase gui-behave [OPTIONAL PATH or TEST FILE]")
209 print(" Examples:")
210 print(" sbase behave-gui")
211 print(" sbase behave-gui features/")
212 print(" sbase behave-gui features/calculator.feature")
213 print(" Output:")
214 print(" Launches SeleniumBase Commander | GUI for Behave.")
215 print("")
216
217
218def show_caseplans_usage():

Callers 2

show_detailed_helpFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…