...
Code Block |
---|
java -jar assertthat-bdd-standalone-1.9.411.jar Required options: a accessKey, secretKey, stoken, iprojectId, [-ffeatures Download features, -r Upload reportfetures] usage: assertthat-bdd-standalone-1.9.4.jar -a,--accessKey <ASSERTTHAT_ACCESS_KEY> Access key -f,--features secretKey <ASSERTTHAT_SECRET_KEY> Secret key -token <ASSERTTHAT_TOKEN> Jira API token (for DataCenter only) as Downloadan featuresalternative -h,--help to basic auth -features Download Displayfeatures help -i,--projectIdhelp <ID> Jira project id -j,--jsonReportFolder <FOLDER PATH> Display help -projectId Cucumber<ID> json files folder -m,--mode <automated|manual|both> Features to download -b,--tags <tags expression> Jira project id -mode <automated|manual|both> Tags expressionFeatures forto scenariosdownload filtering -n,--runName <NAME> tags <tags expression> Tags expression for scenarios filtering Test run name -o,--outputFolder <FOLDER PATH> Features output folder -p,--proxyPassword <PASSWORD> Proxy password -q,--jql <JQL> JQL filter for features download and Jira issues to be updated with test results -r,--report Upload report -s,--secretKey <ASSERTTHAT_SECRET_KEY> Secret key -k,--type <cucumber|karate> Report type -t,--jsonReportIncludePattern <PATTERN> Pattern for json file names -u,--proxyUsername <USERNAME> Proxy username -x,--proxyURI <URI> Proxy URI -l,--jiraServerUrl <URI> Jira Server URL |
...
Code Block | ||
---|---|---|
| ||
java -jar assertthat-bdd-standalone-1.9.411.jar Required options: aaccessKey, ssecretKey, itoken, [-f Download featuresprojectId, [-rreport Upload report] usage: assertthat-bdd-standalone-1.9.4.jar -a,--accessKey <ASSERTTHAT_ACCESS_KEY> Access key -f,--features secretKey <ASSERTTHAT_SECRET_KEY> Secret key -token <ASSERTTHAT_TOKEN> Jira API token (for DataCenter only) Download features -h,-as an alternative to basic auth -help Display help -i,--projectId <ID> Jira project id -j,--jsonReportFolder <FOLDER PATH> Cucumber json files folder -m,--mode <automated|manual|both> Features to download -b,--tags <tags expression> Tags expression for scenarios filtering -n,--runName <NAME> Test run name -o,--outputFolder <FOLDER PATH> Features output folder -p,--proxyPassword <PASSWORD> Proxy password -q,--jql <JQL> JQL filter for features download and Jira issues to be updated with test results -r,--report Upload report -s,--secretKey <ASSERTTHAT_SECRET_KEY> Secret key -k,--type <cucumber|karate> Report type -t,--jsonReportIncludePattern <PATTERN> Pattern for json file names -u,--proxyUsername <USERNAME> Proxy username -x,--proxyURI <URI> Proxy URI -l,--jiraServerUrl <URI> Jira Server URL |
...