mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-03 23:56:44 +02:00
updated workflow file
This commit is contained in:
5
.github/workflows/applitools-tests.yml
vendored
5
.github/workflows/applitools-tests.yml
vendored
@@ -49,9 +49,12 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
pnpm install --frozen-lockfile
|
pnpm install --frozen-lockfile
|
||||||
|
|
||||||
|
- name: Start server
|
||||||
|
run: pnpm dev
|
||||||
|
|
||||||
- name: Run Cypress with Applitools
|
- name: Run Cypress with Applitools
|
||||||
# If you use eyes-cypress runner, switch to `pnpm dlx eyes-cypress run`
|
# 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:
|
env:
|
||||||
# ensure these are visible to Cypress + Applitools
|
# ensure these are visible to Cypress + Applitools
|
||||||
APPLITOOLS_API_KEY: ${{ secrets.APPLITOOLS_API_KEY }}
|
APPLITOOLS_API_KEY: ${{ secrets.APPLITOOLS_API_KEY }}
|
||||||
|
Reference in New Issue
Block a user