Testing ColdBox Applications
Getting started with testing ColdBox applications with TestBox. Learn unit testing, integration testing, and BDD for event handlers, interceptors, and models.
Installing TestBox
// stable
install testbox --saveDev
// bleeding edge
install testbox@be --saveDev# testbox namespace help
testbox help
# generations
testbox create help
# run tests
testbox run help
# Watch your files and execute the tests if they change
testbox watch
# coldbox creation help
coldbox create helpBenefits
Resources
Last updated
Was this helpful?