Skip to content

Commit 87a9509

Browse files
authored
chore: update asyncio project metadata (#260)
1 parent b22872c commit 87a9509

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ test:
3939

4040
about:
4141
home: https://github.com/microsoft/playwright-pytest
42-
summary: A pytest wrapper with fixtures for Playwright to automate web browsers
42+
summary: A pytest wrapper with {% if package == 'pytest-playwright-asyncio' %} async{% endif %}fixtures for Playwright to automate web browsers
4343
license: Apache-2.0
4444
license_file: LICENSE

pytest-playwright-asyncio/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Pytest plugin for Playwright [![PyPI](https://img.shields.io/pypi/v/pytest-playwright)](https://pypi.org/project/pytest-playwright/)
1+
# Pytest plugin for Playwright [![PyPI](https://img.shields.io/pypi/v/pytest-playwright-asyncio)](https://pypi.org/project/pytest-playwright-asyncio/)
22

33
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/).
44

pytest-playwright-asyncio/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pytest-playwright-asyncio"
7-
description = "A pytest wrapper with fixtures for Playwright to automate web browsers"
7+
description = "A pytest wrapper with async fixtures for Playwright to automate web browsers"
88
readme = "README.md"
99
authors = [
1010
{name = "Microsoft"}

pytest-playwright/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Write end-to-end tests for your web apps with [Playwright](https://github.com/mi
66
- Support for **headless and headed** execution.
77
- **Built-in fixtures** that provide browser primitives to test functions.
88

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+
911
## Documentation
1012

1113
See on [playwright.dev](https://playwright.dev/python/docs/test-runners) for examples and more detailed information.

0 commit comments

Comments
 (0)