Search code examples
unit-testingtestinggrailsintegration-testingskip

Skip tests in Grails


How can I skip the unit and integration tests in Grails when building? I cannot find an option... I am not using Maven but simply grails <myScript>

Thanks

Jonas


Solution

  • It looks like you wrote a custom script? Don't invoke the TestApp script and go directly to the War script.