Login required
Download

Selenium RC

(3)
Author(s): fletcherr
Current Release: 0.2
Grails Version: 1.1 > *
Tags test testing
grails install-plugin selenium-rc
The Selenium RC plugin aims to make Selenium RC a first class functional testing option for Grails.

Contents

  1. Writing Selenium Tests
  2. Running Selenium Tests
  3. Configuration
  4. Data Driving Tests
  5. 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

  • Initial release