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

Side by Side Diff: tools/testing/browser_README.txt

Issue 9581025: Webdriver install script, take 2. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 9 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 | tools/testing/dart/test_options.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Overview: 1 Overview:
2 These are the instructions to run a wide variety of browser tests using 2 These are the instructions to run a wide variety of browser tests using
3 test.dart --component=webdriver or 3 test.dart --component=webdriver or
4 dart/tools/testing/perf_testing/create_graph.py. Currently the results of 4 dart/tools/testing/perf_testing/create_graph.py. Currently the results of
5 create_graph are uploaded to https://dartperf.googleplex.com/. 5 create_graph are uploaded to https://dartperf.googleplex.com/.
6 6
7 ============== Windows Setup ============== 7 ============== Windows Setup ==============
8 8
9 Open Internet Explorer. Open the Internet Options dialog, and move to the 9 Open Internet Explorer. Open the Internet Options dialog, and move to the
10 "Security" tab. Click through Internet, Local Intranet, Trusted sites, and 10 "Security" tab. Click through Internet, Local Intranet, Trusted sites, and
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 80
81 14) Run the tests! While standing in dart/tools/testing/perf_testing, run 81 14) Run the tests! While standing in dart/tools/testing/perf_testing, run
82 $> python create_graph.py --forever --verbose 82 $> python create_graph.py --forever --verbose
83 to run all the tests (browser performance, language correctness in the 83 to run all the tests (browser performance, language correctness in the
84 browser, command line performance, and self-hosted compile time and compiled 84 browser, command line performance, and self-hosted compile time and compiled
85 code size). 85 code size).
86 86
87 You can run individual tests by adding the particular option (such as 87 You can run individual tests by adding the particular option (such as
88 --language) when running create_graph.py. Type "create_graph.py -h" for a 88 --language) when running create_graph.py. Type "create_graph.py -h" for a
89 full list of the options. 89 full list of the options.
OLDNEW
« no previous file with comments | « no previous file | tools/testing/dart/test_options.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698