Skip to content
This repository has been archived by the owner on Jul 24, 2022. It is now read-only.

Releases: trymbill/cypress-slack-video-upload-action

v1.3.0 - Dependabot version bumps

16 Apr 16:59
Compare
Choose a tag to compare

v1.2.0 - Custom message input

16 Apr 16:31
0ae52d5
Compare
Choose a tag to compare

Adds a message-text input to customize the Slack message the bot leaves behind after the uploading of screenshots and videos has been completed. Shoutout to @grigorii-zander for this contribution!

v1.1.1

05 Feb 18:06
4067c6b
Compare
Choose a tag to compare

Adds a workdir parameter that allows for a custom directory to look for the screenshots and videos from a Cypress test. Huge thanks to @evanhsu for the contribution!

#55

v1.0.1 - @actions/core version bump

15 Dec 22:53
4db48df
Compare
Choose a tag to compare
Merge pull request #10 from trymbill/dependabot/npm_and_yarn/actions/…

v1.0.0 - Upload Cypress screenshots and videos directly to Slack

18 Sep 08:09
dbb02ab
Compare
Choose a tag to compare

After running a Cypress test in a Github action, this Github action takes those files and uploads them directly to a Slack channel of your choosing. Happy testing!