Go to file
Roberto Fernández Iglesias f667863890
test: fix 'test_is_able_to_set_expect_timeout_via_conftest' tests (#285)
2025-07-03 19:55:08 +02: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 test: fix 'test_is_able_to_set_expect_timeout_via_conftest' tests (#285) 2025-07-03 19:55:08 +02: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.21 to 4.2.22 (#283) 2025-06-07 09:19:53 +02: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.