actions-marketplace-validations/Cypress Screenshot & Video Upload to Slack
After running a Cypress test in a Github action, upload the screenshots and videos directly to Slack
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Slack token | yes | — |
| channel | Slack channel | yes | — |
| screenshotsDir | The path of the directory where Cypress stores its screenshots. Defaults to `cypress/screenshots`. No trailing slashes, please. | no | — |
| videosDir | The path of the directory where Cypress stores its videos. Defaults to `cypress/videos`. No trailing slashes, please. | no | — |
| message-text | Custom Slack message text | no | — |
| uploadType | What to upload: "both" (default), "screenshots", or "videos" | no | both |
Outputs
| name | description |
|---|---|
| result | Result of video and screenshot uploads |