Skip to content

elpete/integrated-commands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Integrated Commands

Quickly scaffold an Integrated test

Usage

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

Customization

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

About

A CommandBox tool for scaffolding Integrated specs

Resources

License

Stars

Watchers

Forks

Packages

No packages published