Remote Control
Dependency:
compile "org.grails.plugins:remote-control:2.0"Custom repositories:
mavenRepo "http://dl.bintray.com/alkemist/maven/"
Summary
Remotely control a Grails application (for functional testing)
Installation
grails install-plugin remote-control
Description
The Grails remote-control plugin allows you to execute code inside a remote Grails application. The typical use case for this is for functional testing where you are testing an application inside a separate JVM and therefore do not have easy access to the application runtime. If you can access the application runtime environment then you can do things like change service parameter values, create and delete domain data and so forth.The plugin uses the Groovy Remote Control library.See the GitHub Project page for more information.