Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 - Moved java/client/test/keystore to top level directory. |
| 22 - Zip all of common into common.zip. | |
|
chrisgao (Use stgao instead)
2013/04/05 15:41:09
How about adding commands for all steps?
kkania
2013/04/05 17:31:26
Done.
| |
| 22 - Removed all files except for: | 23 - Removed all files except for: |
| 23 common/ | 24 common.zip |
| 24 keystore | 25 keystore |
| 25 LICENSE | 26 LICENSE |
| 26 README.chromium | 27 README.chromium |
| 27 test-standalone.jar | 28 test-standalone.jar |
| 28 - Removed all svn/git files: | |
| 29 find \( -name ".svn" -o -name ".gitignore" \) -exec rm -rf {} \; | |
| OLD | NEW |