CB-9831 CB-9835 CB-9932 Added e2e tests

This commit is contained in:
Alexander Sorokin
2015-11-02 18:58:13 +03:00
parent ff1c58def4
commit 32edaee3a2
9 changed files with 435 additions and 6 deletions
+2 -2
View File
@@ -16,8 +16,8 @@
"apache"
],
"scripts": {
"test": "npm run jshint && jasmine-node --color spec",
"test-build": "rm -rf \"test create\" && node ./bin/create \"test create\" com.test.app 応用 && \"./test create/cordova/build\" && rm -rf \"test create\"",
"test": "npm run jshint && jasmine-node --color spec/create",
"test-build": "jasmine-node --captureExceptions --color spec/e2e",
"jshint": "node node_modules/jshint/bin/jshint bin && node node_modules/jshint/bin/jshint spec"
},
"author": "Apache Software Foundation",