docs(aio): add instructions for example e2e tests to README (#17819)

This commit is contained in:
Ward Bell 2017-07-06 11:15:31 -07:00 committed by Jason Aden
parent ec58246a1b
commit 1bb2476804
1 changed files with 4 additions and 0 deletions

View File

@ -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