Skip to content

Commit 181401a

Browse files
author
John Doherty
committed
fixed junit default output folder bug
1 parent 16095f6 commit 181401a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ program
1818
.option('-o, --sharedObjects [paths]', 'path to shared objects (repeatable). defaults to ./shared-objects', collectPaths, ['./shared-objects'])
1919
.option('-b, --browser <path>', 'name of browser to use. defaults to chrome', /^(chrome|firefox|phantomjs)$/i, 'chrome')
2020
.option('-r, --reports <path>', 'output path to save reports. defaults to ./reports', './reports')
21-
.option('-j, --junit <path>', 'output path to save junit-report.xml defaults to ./reports', './reports')
21+
.option('-j, --junit <path>', 'output path to save junit-report.xml defaults to ./reports')
2222
.option('-t, --tags <tagName>', 'name of tag to run')
2323
.option('-f, --featureFile <path>', 'a specific feature file to run')
2424
.parse(process.argv);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "selenium-cucumber-js",
3-
"version": "1.3.3",
3+
"version": "1.3.4",
44
"description": "A debuggable JS BDD framework that uses the official selenium-webdriver for Node and cucumber-js",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)