(Quick Reference)

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

$ grace create-integration-test [Test Name]

Examples

$ grace create-integration-test Post
| Created src/integration-test/groovy/com/example/PostSpec.groovy