Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Percy to handle visual regression testing #6282

Draft
wants to merge 12 commits into
base: develop
Choose a base branch
from
Draft
6 changes: 4 additions & 2 deletions .github/workflows/build-test-measure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -318,8 +318,10 @@ jobs:
env:
COMPOSE_INTERACTIVE_NO_CLI: true

- name: Run E2E tests
run: npm run test:e2e:ci
- name: Run E2E and visual regression tests
run: npm run test:e2e:percy
env:
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}

- name: Stop Docker environment
run: npm run env:stop
Expand Down
Loading