Pytest plugin to write end-to-end browser tests with Playwright.
Перейти к файлу
Max Schmitt ea833cecb2
chore: add py.typed file (#245)
2024-09-06 11:38:44 +02:00
.azure-pipelines devops: migrate publishing to ESRP (#226) 2024-05-06 22:41:39 +00:00
.github/workflows devops: fix conda build and publish workflow (#243) 2024-09-06 11:26:06 +02:00
pytest_playwright chore: add py.typed file (#245) 2024-09-06 11:38:44 +02:00
tests chore: add py.typed file (#245) 2024-09-06 11:38:44 +02:00
.gitignore
.pre-commit-config.yaml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
SECURITY.md
local-requirements.txt chore: update setuptools to 70.3.0 (#237) 2024-07-12 14:34:28 +02:00
meta.yaml chore: update conda Pytest version requirement (#242) 2024-08-24 16:08:35 +02:00
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.