From d14c6ff3cce69925c72d488f2359acc240573bd5 Mon Sep 17 00:00:00 2001 From: Andrew Joslin Date: Wed, 28 May 2014 11:48:17 -0600 Subject: [PATCH] chore(README): update instructions for running e2e tests --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 1c7229398b..1e8b5f8745 100644 --- a/README.md +++ b/README.md @@ -96,8 +96,7 @@ For most cases, you'll need AngularJS as well. This is bundled in `js/angular/` * `gulp watch` to watch and rebuild on change * `gulp karma` to test one-time * `gulp karma-watch` to test and re-run on source change -* `gulp protractor` to test e2e tests locally -* `gulp cloudtest` to run e2e tests in the cloud +* `gulp snapshot` to test e2e tests locally (run `gulp demos` first to generate e2e tests) ### Documentation