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

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

Issue 1509273003: [Catapult doc] Add index.md copies of README.md (Closed) Base URL: git@github.com:catapult-project/catapult.git@md-pages
Patch Set: Created 5 years 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 | dashboard/dashboard/models/index.md » ('j') | 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 single tests
7 -------- 7 --------
8 8
9 1. Start a local HTTP server, e.g. using `python -m SimpleHTTPServer 8081`. 9 1. Start a local HTTP server, e.g. using `python -m SimpleHTTPServer 8081`.
10 Other local HTTP servers also work, for example http-server which can 10 Other local HTTP servers also work, for example http-server which can
11 be installed with `npm install -g http-server`. 11 be installed with `npm install -g http-server`.
12 2. Navigate to one of the individual test HTML files. 12 2. Navigate to one of the individual test HTML files.
13 13
14 How to run all tests 14 How to run all tests
15 -------- 15 --------
16 16
17 Not implemented yet; in the future, this should be done similarly to 17 Not implemented yet; in the future, this should be done similarly to
18 [the trace-viewer project](https://github.com/google/trace-viewer). 18 [the trace-viewer project](https://github.com/google/trace-viewer).
OLDNEW
« no previous file with comments | « no previous file | dashboard/dashboard/models/index.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698