chore(testacular): use local testacular version

Making testacular a dependency to avoid having to install it globally.
(Causes npm issues on some machines)
This commit is contained in:
Sudhir Jonathan 2012-10-21 11:50:16 +05:30 committed by Igor Minar
parent d981c2a3ec
commit 8ce84cb2ea
3 changed files with 2 additions and 7 deletions

View file

@ -348,7 +348,7 @@ end
def start_testacular(config, singleRun, browsers, misc_options)
sh "testacular start " +
sh "./node_modules/testacular/bin/testacular start " +
"#{config} " +
"#{'--single-run=true' if singleRun} " +
"#{'--browsers=' + browsers.gsub('+', ',') if browsers} " +

View file

@ -99,12 +99,6 @@ pre-packaged bundle.
* `npm install`
* Lastly, you'll also need Testacular our spectacular test runner that we use for running unit and end-to-end tests.
* `sudo npm install -g testacular`
## Creating a Github Account and Forking Angular
To create a Github account, follow the instructions {@link https://github.com/signup/free here}.

View file

@ -2,6 +2,7 @@
"name": "AngularJS",
"version": "0.0.0",
"dependencies" : {
"testacular" : "canary",
"jasmine-node" : "*",
"q-fs" : "*",
"qq" : "*"