March 21, 2008
This information is out of date - please see http://www.grails.org/Selenium+plugin
Version 0.4 of the grails selenium plugin is now available.
This version adds:
scripts to create and run tests
a postResults url for displaying the final test results
Details are as follows:
run-selenium
Runs Selenium in the specified browser.
Specify the path to your browser as a command line parameter i.e.
grails run-selenium /usr/bin/firefox
or, [...]
Read the full article →
March 21, 2008
This information is out of date - please see http://www.grails.org/jsUnit+plugin
grails-jsunit provides an easy and convenient way to utilize the JsUnit framework to your grails application. JsUnit allows you to unit test JavaScript functions in a similar way to using JUnit for Java.
To install the plugin, use:
grails install-plugin http://www.javathinking.com/grails/grails-jsunit-plugin/0.1/grails-jsunit-0.1.zip
This plugin adds the following new scripts:
create-jsunit-test
Generates a [...]
Read the full article →