We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ed7683 commit b6e7c56Copy full SHA for b6e7c56
.github/workflows/integration.yml
@@ -60,6 +60,15 @@ jobs:
60
- name: Run integration test (CRA)
61
run: npm run test:cra
62
63
+ - name: Upload cypress screeshots (CRA)
64
+ if: failure()
65
+ uses: actions/upload-artifact@v4
66
+ with:
67
+ name: cypress-screenshots-cra-${{ github.run_id }}
68
+ path: cypress/screenshots/**
69
+ retention-days: 30
70
+ compression-level: 6
71
+
72
- name: Run integration test (NextJS)
73
run: npm run test:nextjs
74
0 commit comments