Last active
          August 10, 2016 06:48 
        
      - 
      
- 
        Save ondrej-kvasnovsky/8575135 to your computer and use it in GitHub Desktop. 
    How to run custom Grails test types/phases - functional tests
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | eventTestPhasesStart = { phasesToRun -> | |
| functionalTests << "phantom" | |
| } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
            
How to do this in Grails 3.x application, because there is no _Events.groovy anymore?