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 c25a6c9 commit 49fcfc0Copy full SHA for 49fcfc0
.github/workflows/ci.yml
@@ -34,5 +34,8 @@ jobs:
34
- name: Install
35
run: npm ci
36
37
+ - name: Install playwright browsers
38
+ run: npx playwright install --with-deps
39
+
40
- name: Tests
41
run: npm run test:e2e
0 commit comments