blob: f2f2ddcf533f1517d407a3bbf6dd25d26f98820e [file] [log] [blame]
Name: WebDriver
Short Name: WebDriver
URL: http://selenium.googlecode.com/svn/tags/selenium-2.22.0
Version: 2.22
Revision: 17049
License: Apache 2.0
License File: LICENSE
Security Critical: no
Description:
WebDriver is a clean, fast framework for automated testing of webapps.
This directory contains code and data needed for running the WebDriver java
acceptance tests.
Local Modifications:
- Applied changes in patch.diff (for testing with the unreleased ChromeDriver).
- Added prebuilt standalone java test jar by running:
./go //java/client/test/org/openqa/selenium/chrome:test:uber
cp build/java/client/test/org/openqa/selenium/chrome/test-standalone.jar .
- Moved java/client/test/keystore to top level directory.
- Removed all files except for:
common/
keystore
LICENSE
README.chromium
test-standalone.jar
- Removed all svn/git files:
find \( -name ".svn" -o -name ".gitignore" \) -exec rm -rf {} \;