We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2820910 commit 2afc4f4Copy full SHA for 2afc4f4
bin/cli.js
@@ -46,6 +46,7 @@ var settings = {
46
runName: program.runName || 'Test run ' + dateFormat(new Date(), "dd mmm yyyy HH:mm:ss"),
47
outputFolder: program.outputFolder || './features/',
48
jql: program.jql,
49
+ tags: program.tags,
50
jsonReportIncludePattern: program.jsonReportIncludePattern,
51
proxyURI: program.proxyURI || process.env.http_proxy,
52
@@ -99,4 +100,4 @@ if(!settings.projectId || !settings.accessKey || !settings.secretKey){
99
100
}else{
101
assertThat.uploadReports(settings);
102
}
-}
103
+}
0 commit comments