README.md
1 Custom web components and tests
2 ========
3
4 This directory contains Polymer elements and their unit tests.
5
6 How to run single tests
7 --------
8
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
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).
19