Skip to content

Commit ff5dc5d

Browse files
committed
Add visual regression test to E2E test suite.
1 parent f49154e commit ff5dc5d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/reusable-end-to-end-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,9 @@ jobs:
144144
- name: Run E2E tests
145145
run: npm run test:e2e
146146

147+
- name: Run Visual regression tests
148+
run: npm run test:visual
149+
147150
- name: Archive debug artifacts (screenshots, HTML snapshots)
148151
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
149152
if: always()

0 commit comments

Comments
 (0)