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 f49154e commit ff5dc5dCopy full SHA for ff5dc5d
.github/workflows/reusable-end-to-end-tests.yml
@@ -144,6 +144,9 @@ jobs:
144
- name: Run E2E tests
145
run: npm run test:e2e
146
147
+ - name: Run Visual regression tests
148
+ run: npm run test:visual
149
+
150
- name: Archive debug artifacts (screenshots, HTML snapshots)
151
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
152
if: always()
0 commit comments