$ grace create-functional-test [Test Name]
create-functional-test
Description
Creates a Functional Test.
Arguments
Name |
Description |
Required |
Functional Test Name |
The name of the Functional Test |
true |
Flags
Name |
Description |
Type |
force |
Whether to overwrite existing files |
boolean, default: false |
Usage
Examples
$ grace create-functional-test Post
| Created src/integration-test/groovy/com/example/PostSpec.groovy