Run the suite, target specific tests, and print debug logs.
```bash
catalyst run
```
```bash
catalyst run --filter "Login"
```
```bash
catalyst run --file .catalyst/staging.toml --var base_url=$BASE,token=$TOKEN
```
```bash
catalyst run -v --disable-color
```
```bash
catalyst run --debug
```
More: ../reference/cli.md and ../getting-started/running_tests.md