forked from rkaippully/play-webdrive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
25 lines (20 loc) · 751 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
WebDrive - Selenium 2 WebDriver support for play framework
==========================================================
WebDrive module provides Selenium 2 testing support for Play framework. You can use this
module to test your application with any browsers supported by Selenium WebDriver.
Usage
=====
See documentation/manual/home.textile for documentation.
License
=======
WebDrive is licensed under Apache License version 2.0.
Support
=======
This is a beta release. Please report any issues at
https://github.com/rkaippully/play-webdrive.
Parameters
==========
play webdrive:test -Dselenium.enabled=false
- deactivates the selenium tests
play bambooify
- generates for selenium test results the JUnit xml files for the bamboo build server