You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pytest-playwright-asyncio/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Pytest plugin for Playwright [](https://pypi.org/project/pytest-playwright/)
1
+
# Pytest plugin for Playwright [](https://pypi.org/project/pytest-playwright-asyncio/)
2
2
3
3
Write end-to-end tests for your web apps with [Playwright](https://github.com/microsoft/playwright-python) and [pytest](https://docs.pytest.org/en/stable/).
Copy file name to clipboardExpand all lines: pytest-playwright/README.md
+2
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ Write end-to-end tests for your web apps with [Playwright](https://github.com/mi
6
6
- Support for **headless and headed** execution.
7
7
-**Built-in fixtures** that provide browser primitives to test functions.
8
8
9
+
**Note**: If you are looking for an asyncio version of this plugin, check out [pytest-playwright-asyncio](https://pypi.org/project/pytest-playwright-asyncio/).
10
+
9
11
## Documentation
10
12
11
13
See on [playwright.dev](https://playwright.dev/python/docs/test-runners) for examples and more detailed information.
0 commit comments