Pytest plugin to write end-to-end browser tests with Playwright.
Перейти к файлу
Max Schmitt a0e5c0f0db
chore: support Pytest v8 (#203)
2024-02-01 00:26:20 +01:00
.github/workflows devops: remove pinned conda (#199) 2024-01-16 12:30:50 +01:00
pytest_playwright fix: use best-effort artifacts folder removal (#191) 2023-10-10 18:36:31 +02:00
tests fix: mark.browser_context_args should clear for the next test (#189) 2023-10-09 09:50:40 +02:00
.gitignore devops: Adding conda recipe (#176) 2023-07-25 22:13:48 +02:00
.pre-commit-config.yaml chore: bump dev dependencies (#120) 2022-07-06 10:45:13 +02: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 devops: Adding conda recipe (#176) 2023-07-25 22:13:48 +02:00
local-requirements.txt chore: support Pytest v8 (#203) 2024-02-01 00:26:20 +01:00
meta.yaml chore(conda): adjust minimal required playwright version (#182) 2023-08-09 15:44:24 +02:00
setup.cfg chore: drop Python 3.7 (#177) 2023-07-18 18:50:52 +02:00
setup.py chore: support Pytest v8 (#203) 2024-02-01 00:26:20 +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.