Right now, when a cypress test fails, the ENTIRE cypress folder is being saved as a github artifact so that anyone can see the failed video and screenshots for the failed test. This updates it so that only the snapshots are saved, not the entire cypress folder. Saving videos has also been turned off, as the videos stop recording before it shows anything helpful.
Testing Instructions
Ensure only the failed snapshots get saved as artifacts when a cypress test fails.
Overview
Right now, when a cypress test fails, the ENTIRE cypress folder is being saved as a github artifact so that anyone can see the failed video and screenshots for the failed test. This updates it so that only the snapshots are saved, not the entire cypress folder. Saving videos has also been turned off, as the videos stop recording before it shows anything helpful.
Testing Instructions
Ensure only the failed snapshots get saved as artifacts when a cypress test fails.