Skip to content

Commit 086e512

Browse files
committed
build: added missing playwright deps for storybook's test
1 parent fe6bf9c commit 086e512

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/actions/composite-build/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ runs:
1414
- run: pnpm lint
1515
shell: bash
1616

17+
- name: Install Playwright Browsers
18+
run: npx playwright install --with-deps
19+
1720
- run: pnpm test
1821
shell: bash
1922

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@
150150
"@types/node": "^22.14.0",
151151
"@vitejs/plugin-vue": "^5.0.4",
152152
"@vue/runtime-core": "^3.4.27",
153+
"@playwright/test": "=1.50.0",
154+
"playwright": "=1.50.0",
153155
"@vue/runtime-dom": "^3.4.27",
154156
"@vueuse/components": "^13.0.0",
155157
"@vueuse/core": "^13.0.0",
@@ -172,6 +174,7 @@
172174
"vite": "^6.2.5",
173175
"vite-plugin-externalize-deps": "^0.9.0",
174176
"vite-tsconfig-paths": "^5.0.1",
177+
"playwright-core": "=1.50.0",
175178
"vue": "^3.5.13",
176179
"vue-tsc": "^2.0.19",
177180
"wait-on": "^8.0.3"

0 commit comments

Comments
 (0)