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

Function show_caseplans_usage

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

Source from the content-addressed store, hash-verified

216
217
218def show_caseplans_usage():
219 c2 = colorama.Fore.BLUE + colorama.Back.LIGHTGREEN_EX
220 c3 = colorama.Fore.BLUE + colorama.Back.LIGHTYELLOW_EX
221 cr = colorama.Style.RESET_ALL
222 sc = " " + c2 + "** " + c3 + "caseplans" + c2 + " **" + cr
223 print(sc)
224 print("")
225 print(" Usage:")
226 print(" seleniumbase caseplans [OPTIONAL PATH or TEST FILE]")
227 print(" OR: sbase caseplans [OPTIONAL PATH or TEST FILE]")
228 print(" Examples:")
229 print(" sbase caseplans")
230 print(" sbase caseplans -k agent")
231 print(" sbase caseplans -m marker2")
232 print(" sbase caseplans test_suite.py")
233 print(" sbase caseplans offline_examples/")
234 print(" Output:")
235 print(" Launches the SeleniumBase Case Plans Generator.")
236 print("")
237
238
239def show_mkdir_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…