ryanrosello-og/playwright-slack-report

How to hide flaky tests from the report?

Closed this issue · 2 comments

Bug description

[
    './node_modules/playwright-slack-report/dist/src/SlackReporter.js',
    {
      channels: [zzzz],
      sendResults: 'always',
      maxNumberOfFailuresToShow: 5,
      slackLogLevel: 'error',
      disableUnfurl: true,
      showInThread: true,
      separateFlaky: undefined
    }
  ]

How to reproduce (please include a snippet of your Playwright Slack Reporter configuration)

Is it possible to not output flaky tests counter at all? I believe it used to work when I first tried this plugin, but now I always get yellow coin icon.

Expected behavior

No response

Environment & setup

Linux Ubuntu 22.04, node v.18.18.0

playwright-slack-report version

"playwright-slack-report": "^1.1.81"

@pavelkostyurin are you referring to this? or something else?

2024-06-30_19-05-58

You can remove this information by defining your own layout here...

https://github.com/ryanrosello-og/playwright-slack-report?tab=readme-ov-file#-define-your-own-slack-message-custom-layout

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.