Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(46)

Side by Side Diff: README.chromium

Issue 13688002: [chromedriver] Update Java tests to latest selenium release, 2.31. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/webdriver/
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | common.zip » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: WebDriver 1 Name: WebDriver
2 Short Name: WebDriver 2 Short Name: WebDriver
3 URL: http://selenium.googlecode.com/svn/tags/selenium-2.22.0 3 URL: https://code.google.com/p/selenium
4 Version: 2.22 4 Version: 2.31
5 Revision: 17049 5 Revision: 1bd294d185a80fa4206dfeab80ba773c04ac33c0
6 License: Apache 2.0 6 License: Apache 2.0
7 License File: LICENSE 7 License File: LICENSE
8 Security Critical: no 8 Security Critical: no
9 9
10 Description: 10 Description:
11 WebDriver is a clean, fast framework for automated testing of webapps. 11 WebDriver is a clean, fast framework for automated testing of webapps.
12 12
13 This directory contains code and data needed for running the WebDriver java 13 This directory contains code and data needed for running the WebDriver java
14 acceptance tests. 14 acceptance tests.
15 15
16 Local Modifications: 16 Local Modifications:
17 - Applied changes in patch.diff (for testing with the unreleased ChromeDriver). 17 - Applied changes in patch.diff.
18 - Added prebuilt standalone java test jar by running: 18 - Added prebuilt standalone java test jar by running:
19 ./go //java/client/test/org/openqa/selenium/chrome:test:uber 19 ./go //java/client/test/org/openqa/selenium/chrome:test:uber
20 cp build/java/client/test/org/openqa/selenium/chrome/test-standalone.jar . 20 cp build/java/client/test/org/openqa/selenium/chrome/test-standalone.jar .
21 - Moved java/client/test/keystore to top level directory. 21 - Copied java/client/test/keystore to top level directory.
22 cp java/client/test/keystore .
23 - Zip all of common into common.zip
24 zip -r common.zip common
22 - Removed all files except for: 25 - Removed all files except for:
23 common/ 26 common.zip
24 keystore 27 keystore
25 LICENSE 28 LICENSE
26 README.chromium 29 README.chromium
27 test-standalone.jar 30 test-standalone.jar
28 - Removed all svn/git files:
29 find \( -name ".svn" -o -name ".gitignore" \) -exec rm -rf {} \;
OLDNEW
« no previous file with comments | « no previous file | common.zip » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698