March 13, 2008
Version 0.3 of the grails selenium plugin is now available.
This version:
Adds GSP support for writing tests
Fixes bug where hidden directories were shown as suites
Fixes bug on windows with invalid URIs to html tests
To use GSP to generate the tests, use the <sel:test> tag, followed by nested <sel:row> tags.
<sel:row> can take either:
one ‘line’ attribute where [...]
Read the full article →
March 12, 2008
For regression testing the grails plugins I’ve released, I have a shell script that:
cleans up any previous runs
packages the current code for the plugin OR downloads a release from my web site
creates a new grails app
copies preprepared resources into this new grails app
installs the plugin
Now all I have to do is run the application and [...]
Read the full article →