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