Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 9f5113b

Browse files
Foxandxsswardbell
authored andcommitted
chore: update README with more e2e explanations
closes #1462
1 parent 899bae6 commit 9f5113b

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,14 @@ Also, open any `plunkr.no-link.html` to see the code execute in plunker
9898

9999
### Sample end-to-end tests
100100

101-
All samples should be covered to some degree by end-to-end tests.
102-
103-
Run them yourself: `gulp run-e2e-tests`.
101+
All samples should be covered to some degree by end-to-end tests:
102+
- `gulp run-e2e-tests` to run all TypeScript and JavaScript tests
103+
- `gulp run-e2e-tests --lang=dart` to run all Dart tests
104+
- `gulp run-e2e-tests --lang=all` to run TypeScript, JavaScript, and Dart tests
105+
- `gulp run-e2e-tests --filter=quickstart` to filter the examples to run, by name
106+
- `gulp run-e2e-tests --fast` to ignore npm install, webdriver update and boilerplate copy
107+
108+
Any combination of options is possible.
104109

105110

106111
## Technology Used

0 commit comments

Comments
 (0)