We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe6bf9c commit 086e512Copy full SHA for 086e512
2 files changed
.github/actions/composite-build/action.yml
@@ -14,6 +14,9 @@ runs:
14
- run: pnpm lint
15
shell: bash
16
17
+ - name: Install Playwright Browsers
18
+ run: npx playwright install --with-deps
19
+
20
- run: pnpm test
21
22
package.json
@@ -150,6 +150,8 @@
150
"@types/node": "^22.14.0",
151
"@vitejs/plugin-vue": "^5.0.4",
152
"@vue/runtime-core": "^3.4.27",
153
+ "@playwright/test": "=1.50.0",
154
+ "playwright": "=1.50.0",
155
"@vue/runtime-dom": "^3.4.27",
156
"@vueuse/components": "^13.0.0",
157
"@vueuse/core": "^13.0.0",
@@ -172,6 +174,7 @@
172
174
"vite": "^6.2.5",
173
175
"vite-plugin-externalize-deps": "^0.9.0",
176
"vite-tsconfig-paths": "^5.0.1",
177
+ "playwright-core": "=1.50.0",
178
"vue": "^3.5.13",
179
"vue-tsc": "^2.0.19",
180
"wait-on": "^8.0.3"
0 commit comments