BoxLang 🚀 A New JVM Dynamic Language Learn More...
box integrated create LoginSpec
# Creates tests/specs/integration/LoginSpec.cfc
box integrated create LoginSpec coldbox
# Specifies that the Integrated test should extend from the ColdBox Base Spec
You can change the default spec directory (tests/specs/integration
) by running config set modules.integrated-commands.defaultSpecDirectory=my/custom/directory/path
.
You can change the template used by running config set modules.integrated-commands.templatePath=/my/custom/template/path.txt
$
box install integrated-commands