commandbox-testing
Installation
SKILL.md
CommandBox TestBox Integration
Overview
CommandBox has built-in integration with TestBox — the BDD/TDD testing framework for CFML/BoxLang. Run your test suite from the CLI and integrate with CI pipelines.
# See all testbox commands
testbox help
Requirements
- A running server (CommandBox or external)
- TestBox installed in your project
- A test runner file (default:
/tests/runner.cfm)