updated workflow file

This commit is contained in:
shubhamparikh2704
2025-08-21 15:22:49 +05:30
parent 2fabb4dbfc
commit 6f50ba30a7

View File

@@ -49,9 +49,12 @@ jobs:
run: |
pnpm install --frozen-lockfile
- name: Start server
run: pnpm dev
- name: Run Cypress with Applitools
# If you use eyes-cypress runner, switch to `pnpm dlx eyes-cypress run`
run: pnpm dev && pnpm cypress run --spec "cypress/integration/rendering/appli.spec.js"
run: pnpm cypress run --spec "cypress/integration/rendering/appli.spec.js"
env:
# ensure these are visible to Cypress + Applitools
APPLITOOLS_API_KEY: ${{ secrets.APPLITOOLS_API_KEY }}