gulp-galen
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -26,3 +26,3 @@ /* globals process */ | ||
var opt = {}; // Clone not to mess up the input object | ||
var allowedOptionKeys = ['galenPath', 'cwd', 'parallel', 'htmlreport', 'testngreport', 'jsonreport', 'properties'].concat(specialOptionKeys); | ||
var allowedOptionKeys = ['galenPath', 'cwd', 'parallel', 'htmlreport', 'testngreport', 'junitreport ','jsonreport', 'properties'].concat(specialOptionKeys); | ||
Object.keys(options).forEach(function (key) { | ||
@@ -29,0 +29,0 @@ if (allowedOptionKeys.indexOf(key) < 0) { |
{ | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"name": "gulp-galen", | ||
@@ -11,3 +11,3 @@ "description": "A gulp-plugin for using the galen-framework within a gulp-based build toolchain", | ||
"event-stream": "^3.3.2", | ||
"galenframework-cli": "^2.1.2", | ||
"galenframework-cli": "^2.2.0", | ||
"gulp": "^3.9.0", | ||
@@ -14,0 +14,0 @@ "rimraf": "^2.4.3" |
@@ -99,2 +99,3 @@ # gulp-galen | ||
* `testngreport`: path to xml file in which Galen should write TestNG report | ||
* `junitreport `: path to xml file in which Galen should write JUnit report | ||
* `jsonreport`: path to folder in which Galen should generate JSON reports | ||
@@ -101,0 +102,0 @@ * `parallel`: Allow multiple parallel galen processes (not to confuse with `parallel-tests` doing the parallelization in one galen process) |
8956
147