You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-o, --outputFolder [FOLDER PATH] Features output folder
37
-
-q, --jql [JQL] JQL filter for features download or Jira issues to update with test results
38
-
-t, --jsonReportIncludePattern [PATTERN] Pattern for json file names
39
-
-x, --proxyURI [URI] Proxy URI
40
-
-b, --numbered [true|false] Append number to feature name on download
41
-
-h, --help output usage information
42
-
43
-
```
44
-
45
-
Mandatory parameters are -i, -a, -s (if -a or -s is missing the plugin will attempt to read them from ASSERTTHAT_ACCESS_KEY and ASSERTTHAT_SECRET_KEY environment variables respectively.
23
+
Options:
24
+
-V, --version output the version number
25
+
--projectId <ID> Jira project id
26
+
--accessKey [ASSERTTHAT_ACCESS_KEY] Access key
27
+
--secretKey [ASSERTTHAT_SECRET_KEY] Secret key
28
+
--token [ASSERTTHAT_API_TOKEN] Jira API token (Server and DC only)
29
+
--jiraServerUrl [URL] Jira server URL e.g https://mycompanyjira.com
--mode <mode> Features to download (default: "automated")
34
+
--tags <tag-expression> Cucumber tag expression for filtering scenarios (default: "")
35
+
--runName [NAME] Test run name
36
+
--metadata [FILE PATH] Metadata json file path
37
+
--outputFolder [FOLDER PATH] Jira project id
38
+
--jql [JQL] JQL filter for features download and report upload
39
+
--jsonReportIncludePattern [PATTERN] Pattern for json file names
40
+
--proxyHost [Host] Proxy Host
41
+
--proxyPort [Port] Proxy Port
42
+
--numbered [true|false] Append number to feature name on download
43
+
-h, --help output usage information
44
+
45
+
```
46
+
47
+
Mandatory parameters are --projectId, --accessKey, --secretKey (if --accessKey or --secretKey is missing the plugin will attempt to read them from ASSERTTHAT_ACCESS_KEY and ASSERTTHAT_SECRET_KEY environment variables respectively.
0 commit comments