DESCRIPTION
        create-integration-test

	Creates a new Griffon integration test which loads the whole Griffon
	environment when run.

SYNTAX
        create-integration-test [options] [name] 

ARGUMENTS
        name
                The name of the test to be created.

OPTIONS
        --archetype
                Archetype to be searched for templates.
                (defaults to default)
        --file-type
                Source file type.
                (defaults to groovy)
        --non-interactive
                Controls if the shell can ask for input or not.
        --skip-package-prompt
                Skips the usage of the application's default package if the name
                of the class is not fully qualified.
