Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sergeypirogov/playwright-to-slack-action
https://github.com/sergeypirogov/playwright-to-slack-action
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sergeypirogov/playwright-to-slack-action
- Owner: SergeyPirogov
- Created: 2023-01-16T12:56:19.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-10T10:59:49.000Z (12 months ago)
- Last Synced: 2024-09-13T22:03:46.591Z (3 months ago)
- Language: JavaScript
- Size: 1.63 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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 }}
```