testbox create bdd

Parameters:
Name Type Required Default Hint
name string true Name of the BDD spec to create without the .cfc. For packages, specify name as 'myPackage/myBDDSpec'
open boolean false false Open the file once it is created
directory string false The base directory to create your BDD spec in and creates the directory if it does not exist.

Command Usage

Create a new BDD spec in an existing application. By default, your new BDD spec will be created in the current working
directory but you can override that with the directory param.

testbox create bdd mySpec