From 9f5113b1bfeffff63c8c22ceed7c9d9343c16447 Mon Sep 17 00:00:00 2001 From: Foxandxss Date: Sat, 21 May 2016 22:55:36 +0200 Subject: [PATCH] chore: update README with more e2e explanations closes #1462 --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2ee11b04d9..5e1c55b7bd 100644 --- a/README.md +++ b/README.md @@ -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