OLD | NEW |
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). |
OLD | NEW |