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

Side by Side Diff: dashboard/dashboard/elements/README.md

Issue 2169093002: [polymer] Fix dashboard elements README (Closed) Base URL: git@github.com:catapult-project/catapult.git@polymer10-rebase
Patch Set: Created 4 years, 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Custom web components and tests 1 Custom web components and tests
2 ======== 2 ========
3 3
4 This directory contains Polymer elements and their unit tests. 4 This directory contains Polymer elements and their unit tests.
5 5
6 How to run single tests 6 How to run the tests
7 -------- 7 --------
8 8
9 1. Start a local HTTP server, e.g. using `python -m SimpleHTTPServer 8081`. 9 1. Start the Catapult dev server at catapult/bin/run_dev_server
10 Other local HTTP servers also work, for example http-server which can 10 2. Click on "dashboard" under "Run Unit Tests"
11 be installed with `npm install -g http-server`.
12 2. Navigate to one of the individual test HTML files.
13
14 How to run all tests
15 --------
16
17 Not implemented yet; in the future, this should be done similarly to
18 [the trace-viewer project](https://github.com/google/trace-viewer).
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698