| Index: dashboard/dashboard/elements/README.md
|
| diff --git a/dashboard/dashboard/elements/README.md b/dashboard/dashboard/elements/README.md
|
| index 343ea5a4252cc33bbf2093eb5a06fd7d1d981f32..4d06a407804f09af1f597bf0772a276b564f3278 100644
|
| --- a/dashboard/dashboard/elements/README.md
|
| +++ b/dashboard/dashboard/elements/README.md
|
| @@ -3,16 +3,8 @@ Custom web components and tests
|
|
|
| This directory contains Polymer elements and their unit tests.
|
|
|
| -How to run single tests
|
| +How to run the tests
|
| --------
|
|
|
| -1. Start a local HTTP server, e.g. using `python -m SimpleHTTPServer 8081`.
|
| - Other local HTTP servers also work, for example http-server which can
|
| - be installed with `npm install -g http-server`.
|
| -2. Navigate to one of the individual test HTML files.
|
| -
|
| -How to run all tests
|
| ---------
|
| -
|
| -Not implemented yet; in the future, this should be done similarly to
|
| -[the trace-viewer project](https://github.com/google/trace-viewer).
|
| +1. Start the Catapult dev server at catapult/bin/run_dev_server
|
| +2. Click on "dashboard" under "Run Unit Tests"
|
|
|