From 1bb247680480dcf8c08837611610cd7cb1b281b1 Mon Sep 17 00:00:00 2001 From: Ward Bell Date: Thu, 6 Jul 2017 11:15:31 -0700 Subject: [PATCH] docs(aio): add instructions for example e2e tests to README (#17819) --- aio/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/aio/README.md b/aio/README.md index f2eee03514..0a880a19df 100644 --- a/aio/README.md +++ b/aio/README.md @@ -30,6 +30,10 @@ Here are the most important tasks you might need to use: * `yarn generate-plunkers` - generate the plunker files that are used by the `live-example` tags in the docs. * `yarn generate-zips` - generate the zip files from the examples. Zip available via the `live-example` tags in the docs. +* `yarn example-e2e` - run all e2e tests for examples + - `yarn example-e2e -- --setup` - force webdriver update & other setup, then run tests + - `yarn example-e2e -- --filter=foo` - limit e2e tests to those containing the word "foo" + * `yarn build-ie-polyfills` - generates a js file of polyfills that can be loaded in Internet Explorer. ## Using ServiceWorker locally