Skip to content

Commit 5eb5f9c

Browse files
committed
fix .yml
added dependencies for reporting
1 parent 4be89a0 commit 5eb5f9c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/playwright-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
- name: Install dependencies
2626
run: |
2727
python -m pip install --upgrade pip
28-
pip install pytest playwright
28+
pip install pytest playwright
29+
pip install pytest-xdist pytest-html
2930
3031
# Install Playwright browsers
3132
- name: Install Playwright browsers

0 commit comments

Comments
 (0)