...
Code Block |
---|
assertthat-bdd-report -h
Usage: assertthat-bdd-report [options]
--accessKey ACCESS_KEY Access key same as env variable ASSERTTHAT_ACCESS_KEY
--secretKey SECRET_KEY Secret key same as env variable ASSERTTHAT_SECRET_KEY
--token ASSERTTHAT_API_TOKEN Jira API token (for DataCenter only) as an alternative to accessKey/secretKey basic auth
--jiraServerUrl SERVER_URL Jira Server URL (Only for jira server integration) e.g. https://mycompanyjira.com
--projectId PROJECT_ID Jira project id
--runName RUN_NAME The name of the run - default 'Test run dd MMM yyyy HH:mm:ss'
--jsonReportFolder JSON_FOLDER_PATH, Json report folder - default ./reports
--jsonReportIncludePattern INCLUDE_REGEX, Regex to search for cucumber reports - default .*.json
--proxy PROXY_URL proxy url to connect to Jira
--help Show help
--version Show version
--jql [JQL] JQL filter for Jira issues to update with test results |
...