## [](https://github.com/seleniumbase/SeleniumBase/) SeleniumBase Commander 🎖️ 🎖️ SeleniumBase Commander lets you run pytest scripts from a Desktop GUI.
🎖️ To launch it, call ``sbase commander`` or ``sbase gui``: ```bash sbase gui * Starting the SeleniumBase Commander Desktop App... ``` 🎖️ SeleniumBase Commander loads the same tests that are found by: ```bash pytest --co -q ``` 🎖️ You can customize which tests are loaded by passing additional args: ```bash sbase commander [OPTIONAL PATH or TEST FILE] sbase gui [OPTIONAL PATH or TEST FILE] ``` 🎖️ Here are examples of customizing test collection: ```bash sbase gui sbase gui -k agent sbase gui -m marker2 sbase gui test_suite.py sbase gui offline_examples/ ``` 🎖️ Once launched, you can further customize which tests to run and what settings to use. There are various controls for changing settings, modes, and other pytest command line options that are specific to SeleniumBase. You can also set additional options that don't have a visible toggle. When you're ready to run the selected tests with the specified options, click on the Run Selected Tests button. --------

Other SeleniumBase Commanders:

* 🐝🎖️ [SeleniumBase Behave GUI / Commander](https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/behave_gui.md) --------
To learn more about SeleniumBase, check out the Docs Site:
SeleniumBase.io Docs
All the code is on GitHub:
SeleniumBase on GitHub