Pytest plugin to write end-to-end browser tests with Playwright.
Перейти к файлу
nck cd44e24f55
fix: catch PermissionError when cleaning the tests results with multiple threads (#224) (#230)
2024-07-03 10:34:54 +02:00
.azure-pipelines devops: migrate publishing to ESRP (#226) 2024-05-06 22:41:39 +00:00
.github/workflows devops: migrate publishing to ESRP (#226) 2024-05-06 22:41:39 +00:00
pytest_playwright fix: catch PermissionError when cleaning the tests results with multiple threads (#224) (#230) 2024-07-03 10:34:54 +02:00
tests fix: migrate artifacts_folder to session fixture (#223) 2024-04-24 22:27:25 +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
local-requirements.txt chore(deps): bump black from 22.6.0 to 24.3.0 (#212) 2024-03-20 18:51:58 +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.