We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9b8f56 commit 1b2ceb5Copy full SHA for 1b2ceb5
1 file changed
.github/workflows/github_actions_tests.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Install Playwright Chrome
31
run: |
32
npx playwright install chromium
33
-
+ npm install @playwright/test
34
- name: Run tests
35
36
source .venv/bin/activate
0 commit comments