Skip to content

Commit

Permalink
commit5
Browse files Browse the repository at this point in the history
  • Loading branch information
cn-parmar committed Dec 10, 2024
1 parent 0d210b3 commit 7c0f26b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest-playwright
# pip install pytest-playwright
pip install -r requirements.txt
playwright install
# pip install -r requirements.txt
- name: Ensure browsers are installed
run: python -m playwright install --with-deps
- name: Run your tests
Expand Down

0 comments on commit 7c0f26b

Please sign in to comment.