Skip to content

Commit e25d5c8

Browse files
author
Raphael Kabo
committed
save screenshots on e2e test fail
1 parent c25c331 commit e25d5c8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/cypress-e2e.yml

+6
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,9 @@ jobs:
5656
quiet: true
5757
browser: chrome
5858
spec: cypress/tests/e2e/*.cy.ts
59+
60+
- uses: actions/upload-artifact@v3
61+
if: failure()
62+
with:
63+
name: cypress-screenshots
64+
path: cypress/screenshots

0 commit comments

Comments
 (0)