Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
java -jar assertthat-bdd-standalone-1.79.4.jar

Required options: a, s, i, [-f Download features, -r Upload report]

usage: assertthat-bdd-standalone-1.9.64.jar
 -a,--accessKey <ASSERTTHAT_ACCESS_KEY>    Access key
 -f,--features                             Download features
 -h,--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

...

The AssertThat - BDD Test Automation in Jira will parse the results of the cucumber json file and load them so that the results can be viewed in Jira alongside the user stories - Test Execution status for User Stories /wiki/spaces/ABTM/pages/728203292. The automated test results will automatically be linked to existing defects and the results loaded into the reporting tool. The failed tests can then be easily reviewed and assigned for further analysis - Automated Test Report Analysis.

...

Code Block
languagebash
java -jar assertthat-bdd-standalone-1.9.74.jar

Required options: a, s, i, [-f Download features, -r Upload report]

usage: assertthat-bdd-standalone-1.9.64.jar
 -a,--accessKey <ASSERTTHAT_ACCESS_KEY>    Access key
 -f,--features                             Download features
 -h,--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

...