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

Side by Side Diff: README.chromium

Issue 13948005: [chromedriver] Generate sources for WebDriver Java acceptance test suite, for (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 | patch.diff » ('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: https://code.google.com/p/selenium 3 URL: https://code.google.com/p/selenium
4 Version: 2.31 4 Version: 2.31
5 Revision: 1bd294d185a80fa4206dfeab80ba773c04ac33c0 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. 17 - Applied changes in patch.diff.
18 - Added prebuilt standalone java test jar by running: 18 - Added prebuilt standalone java test jar (and source 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 ./go //java/client/test/org/openqa/selenium/chrome:test:project-srcs
22 cp build/java/client/test/org/openqa/selenium/chrome/test-nodeps-srcs.jar .
21 - Copied java/client/test/keystore to top level directory. 23 - Copied java/client/test/keystore to top level directory.
22 cp java/client/test/keystore . 24 cp java/client/test/keystore .
23 - Zip all of common into common.zip 25 - Zip all of common into common.zip
24 zip -r common.zip common 26 zip -r common.zip common
25 - Removed all files except for: 27 - Removed all files except for:
26 common.zip 28 common.zip
27 keystore 29 keystore
28 LICENSE 30 LICENSE
29 README.chromium 31 README.chromium
32 test-nodeps-srcs.jar
30 test-standalone.jar 33 test-standalone.jar
OLDNEW
« no previous file with comments | « no previous file | patch.diff » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698