app icon indicating copy to clipboard operation
app copied to clipboard

Improve report notifications in Slack

Open dnlstpnv opened this issue 2 years ago • 2 comments

1 . Add the ability to tag users by ID in Slack notification settings:

  • An additional field where you can input user id using format <@id> <@id> ...
  • Checkbox Notify user if run failed to ensure that user tagging only works in case of failure.

2. Do not show :x: FAILED 0 if run has no failures:

  • Checkbox Always show failed count In case of true, always display the number of failures; if false, show only if failCount > 0.

dnlstpnv avatar Dec 18 '23 11:12 dnlstpnv

related to https://github.com/testomatio/app/issues/924

TetianaKhomenko avatar Dec 04 '24 16:12 TetianaKhomenko

My company is interested in an option to "only show failed or passed tests" in the webhook report, even if the suite has tests that are skipped.

ethan-bm avatar Aug 06 '25 15:08 ethan-bm