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 1be2b5e commit 2f9dc8dCopy full SHA for 2f9dc8d
.github/workflows/github_actions_tests.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Install Playwright Browsers
35
run: |
36
source .venv/bin/activate
37
- python -m playwright install chrome --with-deps
+ python -m playwright install --with-deps
38
39
- name: Create .env file from workflow
40
requirements.txt
@@ -1,11 +1,11 @@
1
-playwright==1.52.0
+playwright
2
py
3
pyee
4
pyparsing==3.0.6
5
pytest
6
pytest-base-url==1.4.2
7
pytest-forked==1.4.0
8
-pytest-playwright==0.2.3
+pytest-playwright
9
python-slugify==5.0.2
10
pytest-html
11
requests
0 commit comments