blob: 94c78ad7d0a38e0d03f56dd6584d4d0317340377 [file] [log] [blame]
Name: WebDriver
Short Name: WebDriver
URL: https://code.google.com/p/selenium
Version: 2.33
Revision: 4e90c975c693adf6252a92f753587b9c534806df
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. It also contains ChromeDriver reference builds for perf
testing, at version 0.9.
Local Modifications:
- Applied changes in patch.diff.
- Added prebuilt standalone java test jar (and source 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 .
./go //java/client/test/org/openqa/selenium/chrome:test:project-srcs
cp build/java/client/test/org/openqa/selenium/chrome/test-nodeps-srcs.jar .
- Copied java/client/test/keystore to top level directory.
cp java/client/test/keystore .
- Zip all of common into common.zip
zip -r common.zip common
- Removed all files except for:
common.zip
keystore
LICENSE
README.chromium
test-nodeps-srcs.jar
test-standalone.jar