aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/misc/contribute.ngdoc
diff options
context:
space:
mode:
authorPete Bacon Darwin2013-04-15 12:28:31 +0100
committerPete Bacon Darwin2013-04-15 12:28:31 +0100
commit59bfe8e5a9edf7ba000d258b9ac1ef8355c9aca7 (patch)
tree711ff5c8fea017cf55a64baf05b3e1cbfb0c50a3 /docs/content/misc/contribute.ngdoc
parenta748410f52642a642d5ce47bbffd0d0f8616e4ad (diff)
downloadangular.js-59bfe8e5a9edf7ba000d258b9ac1ef8355c9aca7.tar.bz2
docs(tutorial): testacular renamed to karma
Replaced instances of 'Testacular' with 'Karma' to reflect name change of test runner. Replaced instances of 'http://vojtajina.github.com/testacular' with 'http://karma-runner.github.io/' to reflect dedicated page for Karma Test Runner. Added location of config file needed to start the Karma server. This is still labeled 'testacular.conf.js' and needs file name to be updated in the phone example repo.
Diffstat (limited to 'docs/content/misc/contribute.ngdoc')
-rw-r--r--docs/content/misc/contribute.ngdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/content/misc/contribute.ngdoc b/docs/content/misc/contribute.ngdoc
index 17a1b7db..cc0e8471 100644
--- a/docs/content/misc/contribute.ngdoc
+++ b/docs/content/misc/contribute.ngdoc
@@ -174,7 +174,7 @@ made available a local web server based on Node.js.
<a name="unit-tests"></a>
## Running the Unit Test Suite
-Our unit and integration tests are written with Jasmine and executed with Testacular. To run all of the
+Our unit and integration tests are written with Jasmine and executed with Karma. To run all of the
tests once on Chrome run:
grunt test:unit
@@ -188,12 +188,12 @@ Note there should be _no spaces between browsers_. `Opera, Firefox` is INVALID.
During development it's however more productive to continuously run unit tests every time the source or test files
change. To execute tests in this mode run:
-1. To start the Testacular server, capture Chrome browser and run unit tests, run:
+1. To start the Karma server, capture Chrome browser and run unit tests, run:
grunt autotest:jqlite
2. To capture more browsers, open this url in the desired browser (url might be different if you have multiple instance
- of Testacular running, read Testacular's console output for the correct url):
+ of Karma running, read Karma's console output for the correct url):
http://localhost:9876/