I'm looking to automate the testing of the UI part of my Grails project using Selenium. A number of options seem to exist:
- Grails Selenium plugin: doesn't appear to support programmatic test definitions?
- Grails Selenium-RC plugin: links on the plugin page are broken, the only Github repo I can find appears to be the Ruby version...
- Geb (and the Grails plugin), which hasn't made a 1.0 final release yet.
Can anyone recommend one of these tools in particular, or suggest a better way? Does any decent documentation exist describing how to test Grails applications with Selenium?