Go to file
dependabot[bot] 67f7ea36f3
chore(deps): bump django from 4.2.18 to 4.2.20 (#274)
Bumps [django](https://github.com/django/django) from 4.2.18 to 4.2.20.
- [Commits](https://github.com/django/django/compare/4.2.18...4.2.20)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-25 16:02:50 +01:00
.azure-pipelines devops: use separate Release job for publishing (#272) 2025-03-03 17:00:43 +01:00
.github/workflows chore: leverage asyncio_default_test_loop_scope config option (#273) 2025-03-25 12:15:26 +01:00
pytest-playwright feat: allow connecting via connect_options (#269) 2025-01-30 09:10:58 +01:00
pytest-playwright-asyncio feat: allow connecting via connect_options (#269) 2025-01-30 09:10:58 +01:00
tests chore: leverage asyncio_default_test_loop_scope config option (#273) 2025-03-25 12:15:26 +01:00
.gitignore feat: pytest-playwright-asyncio as separate plugin (#257) 2024-11-14 10:53:30 +01:00
.pre-commit-config.yaml feat: pytest-playwright-asyncio as separate plugin (#257) 2024-11-14 10:53:30 +01:00
CODE_OF_CONDUCT.md Initial CODE_OF_CONDUCT.md commit 2020-08-03 09:18:48 -07:00
CONTRIBUTING.md docs(readme): update structure (#9) 2020-09-29 19:44:22 -07:00
LICENSE Update LICENSE 2020-08-03 09:19:30 -07:00
README.md docs: fixed broken link 2022-01-14 16:54:10 +01:00
SECURITY.md fix(pre-commit): fix mypy error (#26) 2020-11-21 16:11:58 -08:00
conda_build_config.yaml feat: pytest-playwright-asyncio as separate plugin (#257) 2024-11-14 10:53:30 +01:00
conda_build_config_asyncio.yaml feat: pytest-playwright-asyncio as separate plugin (#257) 2024-11-14 10:53:30 +01:00
local-requirements.txt chore(deps): bump django from 4.2.18 to 4.2.20 (#274) 2025-03-25 16:02:50 +01:00
meta.yaml chore: update asyncio project metadata (#260) 2024-11-26 16:23:39 +01:00
setup.cfg chore: leverage asyncio_default_test_loop_scope config option (#273) 2025-03-25 12:15:26 +01:00

README.md

Pytest plugin for Playwright PyPI

Write end-to-end tests for your web apps with Playwright and pytest.

  • Support for all modern browsers including Chromium, WebKit and Firefox.
  • Support for headless and headed execution.
  • Built-in fixtures that provide browser primitives to test functions.

Documentation

See on playwright.dev for examples and more detailed information.