0.2.0 • Published 3 years ago

report2slack v0.2.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

report2slack

report2slack <cmd> --file <path to *.json report file> --slack <slack incoming hook>

Commands:
  report2slack cucumber-html-reporter  Sends cucumber html reporter results to
                                       slack channel
  report2slack junit                   Sends junit(*.xml) results to slack
                                       channel

Options:
  --version     Show version number                                    [boolean]
  --file, -f    path to the cucumber-html-reporter *.json file
                                                             [string] [required]
  --slack, -s   slack incoming hook                          [string] [required]
  --passed      send passed tests                     [boolean] [default: false]
  --failed      send failed tests                     [boolean] [default: false]
  --skipped     send skipped tests                    [boolean] [default: false]
  --title, -t   title of slack message
                                   [string] [default: "Test-Automation Results"]
  --report, -r  url link to detail test reports                         [string]
  --env, -e     Test environment information as json object: {"url":
                "https://test.env"}                                     [string]
  --help        Show help                                              [boolean]
0.2.0

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago