Skip to content

Commit 2afc4f4

Browse files
authored
Add tags to settings
1 parent 2820910 commit 2afc4f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bin/cli.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ var settings = {
4646
runName: program.runName || 'Test run ' + dateFormat(new Date(), "dd mmm yyyy HH:mm:ss"),
4747
outputFolder: program.outputFolder || './features/',
4848
jql: program.jql,
49+
tags: program.tags,
4950
jsonReportIncludePattern: program.jsonReportIncludePattern,
5051
proxyURI: program.proxyURI || process.env.http_proxy,
5152

@@ -99,4 +100,4 @@ if(!settings.projectId || !settings.accessKey || !settings.secretKey){
99100
}else{
100101
assertThat.uploadReports(settings);
101102
}
102-
}
103+
}

0 commit comments

Comments
 (0)