From e7face4728d3aed6dc089966d489d0c93b65913d Mon Sep 17 00:00:00 2001 From: Julie Date: Tue, 28 Jan 2014 13:56:33 -0800 Subject: chore(end2end): remove old references to the scenario runner and update to point to protractor --- docs/content/misc/contribute.ngdoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/content/misc') diff --git a/docs/content/misc/contribute.ngdoc b/docs/content/misc/contribute.ngdoc index 5c7c2601..cfed161b 100644 --- a/docs/content/misc/contribute.ngdoc +++ b/docs/content/misc/contribute.ngdoc @@ -135,7 +135,7 @@ made available a local web server based on Node.js. ## Running the Unit Test Suite -We write unit and integration tests with Jasmine and execute them with Karma. To run all of the +We write unit tests with Jasmine and execute them with Karma. To run all of the tests once on Chrome run: ```shell @@ -178,11 +178,11 @@ grunt --help ## Running the End-to-end Test Suite -Simply run: +Angular's end to end tests are run with Protractor. Simply run: ```shell grunt test:e2e ``` -This will start the webserver and run the tests. +This will start the webserver and run the tests on Chrome. -- cgit v1.2.3