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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« 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