()
| 195 | |
| 196 | |
| 197 | def 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 | |
| 218 | def show_caseplans_usage(): |
no outgoing calls
no test coverage detected
searching dependent graphs…