The Selenium RC plugin aims to make
Selenium RC a first class functional
testing option for Grails.
Contents
- Writing Selenium Tests
- Running Selenium Tests
- Configuration
- Data Driving Tests
- Continuous Integration
Source Code
Source code for the plugin is hosted on
GitHub. Please feel free to
fork the project and submit pull requests back to the trunk.
Bugs and Feature Requests
Please raise bugs and feature requests against
Grails-Selenium-RC on JIRA.
Roadmap
- Allow Selenium Server and browser to be started and tests to be run interactively against them.
- Support automatic generation of screenshots when assertions fail.
- Selenium Grid support.
- Support for other testing frameworks such as EasyB, TestNG, etc.
Changelog
Version 0.1.1
Fixes…
- Fixed default Selenium URL to respect
server.port setting, etc.
- Fixed contextPath handling when
app.context is set in Config
- Removed
ArrayCategory class causing VerifyError in some odd circumstances
New Features…
- Can now negate dynamic assert/verify/waitFor calls in @GrailsSeleniumTestCase@
Version 0.1