Skip to content

Commit

Permalink
feat: pytest-playwright==0.5.0
Browse files Browse the repository at this point in the history
fix #7
  • Loading branch information
m9810223 committed May 24, 2024
1 parent 931cad8 commit 54c5a7b
Show file tree
Hide file tree
Showing 4 changed files with 288 additions and 141 deletions.
8 changes: 4 additions & 4 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ version = "0.14.0"
requires-python = ">=3.8"
dependencies = [
# https://pypi.org/project/pytest-playwright/
"pytest-playwright==0.4.4",
# https://github.com/microsoft/playwright-pytest/blob/v0.5.0/pytest_playwright/pytest_playwright.py
"pytest-playwright==0.5.0",
# https://github.com/microsoft/playwright-python/blob/main/local-requirements.txt
"pytest-asyncio",
]
Expand Down
Loading

0 comments on commit 54c5a7b

Please sign in to comment.