Pytest plugin to write end-to-end browser tests with Playwright.
Перейти к файлу
Max Schmitt fb51327390
chore(asyncio): add pytest-asyncio dependency (#258)
2024-11-14 14:04:47 +01:00
.azure-pipelines
.github/workflows
pytest-playwright
pytest-playwright-asyncio
tests
.gitignore
.pre-commit-config.yaml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
SECURITY.md
conda_build_config.yaml
conda_build_config_asyncio.yaml
local-requirements.txt
meta.yaml
setup.cfg

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.