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 6d7a8bb commit 67e6f06Copy full SHA for 67e6f06
1 file changed
.github/workflows/test.yml
@@ -70,6 +70,8 @@ jobs:
70
run: npm run build
71
- name: Install Playwright
72
run: npx playwright install --with-deps
73
+ - name: output version
74
+ run: npx playwright --version
75
- name: E2E Tests (Playwright)
76
run: npm run test:e2e
77
- name: Store artifacts
0 commit comments