mirror of
https://github.com/appium/appium.git
synced 2026-04-25 21:08:57 -05:00
use newer grunt-mocha-test for grunt 0.4 compat
This commit is contained in:
+1
-1
@@ -57,7 +57,7 @@ module.exports = function(grunt) {
|
||||
grunt.registerTask('test', ['jshint', 'buildApp:TestApp', 'buildApp:UICatalog', 'unit', 'appiumutils', 'functional', 'servertest']);
|
||||
grunt.registerTask('unit', 'mochaTest:unit');
|
||||
grunt.registerTask('appiumutils', 'mochaTest:appiumutils');
|
||||
grunt.registerTask('default', ['jshint', 'test']);
|
||||
grunt.registerTask('default', ['test']);
|
||||
grunt.registerTask('appium', "Start the Appium server", function(appName) {
|
||||
if (typeof appName === "undefined") {
|
||||
appName = null;
|
||||
|
||||
+1
-1
@@ -53,7 +53,7 @@
|
||||
"grunt": "~0.4.0",
|
||||
"wd": "git://github.com/admc/wd.git",
|
||||
"assert": "~0.4.9",
|
||||
"grunt-mocha-test": "0.0.1",
|
||||
"grunt-mocha-test": "~0.2.0",
|
||||
"request": "~2.12.0",
|
||||
"winston": "~0.6.2",
|
||||
"difflib": "~0.2.4",
|
||||
|
||||
Reference in New Issue
Block a user