We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b5088e commit 482a358Copy full SHA for 482a358
.github/workflows/playwright.yml
@@ -15,6 +15,8 @@ jobs:
15
node-version: lts/*
16
- name: Install dependencies
17
run: npm i
18
+ - name: Install Playwright browsers
19
+ run: npx playwright install --with-deps
20
- name: Run dev server
21
run: npm run serve
22
- name: Run Playwright tests
0 commit comments