Run, Filter, and Debug
Run the suite, target specific tests, and print debug logs.
Run all
bash
catalyst runFilter by name
bash
catalyst run --filter "Login"Custom file and variables
bash
catalyst run --file .catalyst/staging.toml --var base_url=$BASE,token=$TOKENVerbose and no color
bash
catalyst run -v --disable-colorDebug internals
bash
catalyst run --debugMore: ../reference/cli.md and ../getting-started/running_tests.md