found this in Groovy In Action page 528
Select Run -> Run, and create a new Java Application configuration. Set the
Project to be your current project, and select groovy.util.GroovyTestSuite as
the Main class.
Next, click the Arguments tab; in the Program Arguments box, include the
path to your Groovy script, as shown in figure 14.2.
It works! One strange thing is that the console view shows compiling
Just step and it looks like it works!
For a grails app, In the arguments box put path as test/integration/
1 comment:
Thank you!
Post a Comment