Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sergeypirogov/playwright-to-slack-action


https://github.com/sergeypirogov/playwright-to-slack-action

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

**Playwirght to Slack action**

```
- name: Playright to Slack
uses: SergeyPirogov/playwright-to-slack-action@0master
if: success() || failure()
with:
filePath: 'playwright-report/test-results.json'
channel: 'e2e-tests'
slackToken: ${{ secrets.SLACK_TOKEN }}
```