Fix description of running e2e tests in README.rst

This commit fixes the description to run only end-to-end tests. The
previous description "npm run e2e" doesn't work with "missing script:
e2e" error.

Change-Id: I3012b926bae3063ab4da5870a4ff37ef4c11fb78
This commit is contained in:
Masayuki Igawa 2016-01-25 16:52:47 +09:00
parent b7a30358f0
commit 6ee9d175f6
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ reports, run::
Similarly, to run only end-to-end tests, run::
npm run e2e
npm run protractor
Alternatively, you can start the karma server and have it watch for changes in
your files so that unit tests are run every time they change, allowing for much