We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e69e4d2 commit ce69849Copy full SHA for ce69849
.github/workflows/update-reference-screenshots.yaml
@@ -28,6 +28,9 @@ jobs:
28
- name: Install dependencies
29
run: npm ci
30
31
+ - name: Install Playwright Browsers
32
+ run: npx playwright install
33
+
34
- name: Run Playwright Tests updating snapshots
35
run: npx playwright test --update-snapshots
36
.github/workflows/verify.yaml
@@ -63,6 +63,9 @@ jobs:
63
64
65
66
67
68
69
- name: Run Playwright Tests
70
run: npx playwright test
71
0 commit comments