We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0095551 commit c5e1e57Copy full SHA for c5e1e57
.github/workflows/pr-main-workflow.yml
@@ -22,6 +22,7 @@ jobs:
22
run: |
23
cd autotests
24
npm ci
25
+ npx playwright install chromium --with-deps
26
- name: Run your tests
27
28
0 commit comments