Skip to content

Commit

Permalink
Merge pull request #113 from LambdaTest/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
ankur-lt authored Nov 22, 2023
2 parents 6df0618 + 24dbed3 commit 6686291
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- run: pip3 install pytest-playwright
- run: pip3 install playwright==1.39.0

- name: Execute Playwright Python GetTestDetails
run: python3 get_test_details_python_sample.py
Expand Down
2 changes: 1 addition & 1 deletion playwright-python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Setup
* Clone the repo. Run `cd playwright-python`
* Install Playwright Dependency `pip3 install pytest-playwright` [Assuming For Python3]
* Install Playwright Dependency `pip3 install playwright==1.39.0` [Assuming For Python3]

## Running your tests
- ```python3 get_test_details_python_sample.py```
Expand Down

0 comments on commit 6686291

Please sign in to comment.