Better phantomjs test runnning and reporting
* Use phantom-jasmine instead of jasmine-reporters * Update Makefile to use the test runner from phantom-jasmine * Use newest phantomjs * Use latest bower * Turn of jquery effects when testing
Showing
... | ... | @@ -30,9 +30,9 @@ |
"grunt-cli": "~0.1.9", | ||
"grunt": "~0.4.1", | ||
"grunt-contrib-jshint": "~0.6.0", | ||
"phantomjs": "~1.9.1-0", | ||
"jasmine-reporters": "~0.2.1", | ||
"bower": "~1.0.0", | ||
"phantom-jasmine": "0.1.8", | ||
"phantomjs": "~1.9.7-1", | ||
"bower": "latest", | ||
"grunt-contrib-requirejs": "~0.4.1", | ||
"grunt-contrib-cssmin": "~0.6.1" | ||
}, | ||
... | ... |
Please register or sign in to comment