Pytest plugin to write end-to-end browser tests with Playwright.
Перейти к файлу
Max Schmitt 8efbdbec50 config flag 2023-10-04 14:17:17 +00:00
.github/workflows
pytest_playwright config flag 2023-10-04 14:17:17 +00:00
tests nit 2023-09-03 09:48:45 +02:00
.gitignore
.pre-commit-config.yaml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
SECURITY.md
conda_build_config.yaml
local-requirements.txt nit 2023-09-03 09:48:45 +02:00
meta.yaml
setup.cfg
setup.py

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.