Skip to content

Commit

Permalink
update playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasoppermann committed Sep 18, 2024
1 parent 83df85e commit f706132
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/visual_regression_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,14 @@ jobs:
cache: 'npm'

- name: Install dependencies
run: npm ci
run: npm ci && npm run install:storybook

- name: Build tokens
run: npm run build

- name: Build storybook
working-directory: docs/storybook
run: |
npm ci
npm run build-storybook
run: npm run build-storybook

- name: Run storybook
id: storybook
Expand All @@ -46,7 +44,7 @@ jobs:
sleep 5
- name: Run Visual Regression Tests
uses: docker://mcr.microsoft.com/playwright:v1.45.1-jammy
uses: docker://mcr.microsoft.com/playwright:v1.47.1-jammy
env:
STORYBOOK_URL: 'http://172.17.0.1:6006'
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.7",
"@github/prettier-config": "^0.0.6",
"@playwright/test": "^1.45.1",
"@playwright/test": "^1.47.1",
"@types/node": "^20.14.9",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
Expand Down

0 comments on commit f706132

Please sign in to comment.