Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Glib Briia authored Mar 23, 2022
1 parent 9401250 commit c4d344e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ Usage: assertthat-bdd-report [options]
--jsonReportFolder
-i INCLUDE_REGEX, Regex to search for cucumber reports - default .*.json
--jsonReportIncludePattern
-j, --jql JQL_FILTER Jql filtering of Jira tickets to update with test results
-x, --proxy PROXY_URL proxy url to connect to Jira
-h, --help Show help
-v, --version Show version
Expand Down Expand Up @@ -108,7 +109,9 @@ task :upload_report do
#Json report folder - default ./reports
jsonReportFolder: "reports",
#Regex to search for cucumber reports - default .*.json
jsonReportIncludePattern: ".*/cucumber.json"
jsonReportIncludePattern: ".*/cucumber.json",
#Optional - all issues will be updated by default - should be a valid JQL
jql: 'project = XX AND key in (\'XXX-1\')'
)
end
```
Expand Down

0 comments on commit c4d344e

Please sign in to comment.