webdrive [webdrive] module
This module is for the Play 1.x series only.
WebDrive module provides Selenium 2 testing support for Play framework. You can use this module to test your application with any browser supported by Selenium WebDriver.
https://github.com/rkaippully/play-webdrive
Written by Raghu Kaippully.
Published releases
0.2 | Sep 13 2011 | Documentation | Try Play |
0.1 | Sep 02 2011 | Documentation | Try Play |
To install locally this module use the install
command:
play install webdrive-{version}
To add this module as dependency of your application, add it to the dependencies.yml file:
require:
- play -> webdrive {version}