Sign in to edit and +1 items.
Login required
Download

Remote Control

(0)
Author(s) Luke Daley
Current Release 1.2   (5 months ago)
Grails Version 1.3.5 > *
Tags
Dependency
compile ":remote-control:1.2"
Remotely control a Grails application (for functional testing)
Last updated by admin 1 year ago
grails install-plugin remote-control
Last updated by ldaley 1 year ago
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.

Last updated by admin 1 year ago
Last updated by admin 1 year ago