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 a304dba commit 5a84f69Copy full SHA for 5a84f69
pyproject.toml
@@ -58,7 +58,8 @@ test = [
58
"pytest>=6.2.4",
59
"pytest-asyncio>=0.17.2",
60
"pytest-playwright>=0.5.2",
61
- "playwright>=1.47.0",
+ # "playwright>1.47.0",
62
+ "playwright@git+https://github.com/microsoft/playwright-python@main",
63
"pytest-xdist",
64
"pytest-timeout",
65
"pytest-rerunfailures",
0 commit comments