All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ework.profiles.web.2023.0.1.source-code.create-integration-test.yml Maven / Gradle / Ivy

description:
    - Creates an Integration Test
    - usage: 'create-integration-test [test name]'
    - completer: org.grails.cli.interactive.completers.AllClassCompleter
    - argument: "Integration Test Name"
      description: "The name of the Integration Test"
    - flag: force
      description: Whether to override existing files

steps:
 - command: render
   template: templates/testing/Integration.groovy
   destination: src/integration-test/groovy/@artifact.package.path@/@[email protected]




© 2015 - 2024 Weber Informatics LLC | Privacy Policy