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