Docs/CLI Commands

check

assrt check validates test and config files without running them. Use it as a pre-commit hook or in CI to catch typos, missing fields, and unknown step types before they burn a real test run.

bash
assrt check                    # every test in the project
assrt check tests/login.yaml   # one file
assrt check --strict           # fail on warnings as well as errors