Skip to content

Instantly share code, notes, and snippets.

@ondrej-kvasnovsky
Last active August 10, 2016 06:48
Show Gist options
  • Save ondrej-kvasnovsky/8575135 to your computer and use it in GitHub Desktop.
Save ondrej-kvasnovsky/8575135 to your computer and use it in GitHub Desktop.
How to run custom Grails test types/phases - functional tests
eventTestPhasesStart = { phasesToRun ->
functionalTests << "phantom"
}
@hitty5
Copy link

hitty5 commented Aug 10, 2016

How to do this in Grails 3.x application, because there is no _Events.groovy anymore?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment