FordLabs / retroquest

DEPRECATED ⛔️: RetroQuest is a website that enables teams to run retrospectives online.
Apache License 2.0
57 stars 37 forks source link

Only save cypress screenshots on test failure #514

Closed RandomAshes closed 1 year ago

RandomAshes commented 1 year ago

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.

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information