chore: update README with more e2e explanations

closes #1462
This commit is contained in:
Foxandxss 2016-05-21 22:55:36 +02:00 committed by Ward Bell
parent 899bae64a9
commit 9f5113b1bf
1 changed files with 7 additions and 2 deletions

View File

@ -98,9 +98,14 @@ Also, open any `plunkr.no-link.html` to see the code execute in plunker
### Sample end-to-end tests
All samples should be covered to some degree by end-to-end tests.
All samples should be covered to some degree by end-to-end tests:
- `gulp run-e2e-tests` to run all TypeScript and JavaScript tests
- `gulp run-e2e-tests --lang=dart` to run all Dart tests
- `gulp run-e2e-tests --lang=all` to run TypeScript, JavaScript, and Dart tests
- `gulp run-e2e-tests --filter=quickstart` to filter the examples to run, by name
- `gulp run-e2e-tests --fast` to ignore npm install, webdriver update and boilerplate copy
Run them yourself: `gulp run-e2e-tests`.
Any combination of options is possible.
## Technology Used