playwright-pytest/pytest-playwright
Max Schmitt fb7fb33060
feat: pytest-playwright-asyncio as separate plugin (#257)
2024-11-14 10:53:30 +01:00
..
pytest_playwright feat: pytest-playwright-asyncio as separate plugin (#257) 2024-11-14 10:53:30 +01:00
LICENSE feat: pytest-playwright-asyncio as separate plugin (#257) 2024-11-14 10:53:30 +01:00
README.md feat: pytest-playwright-asyncio as separate plugin (#257) 2024-11-14 10:53:30 +01:00
pyproject.toml feat: pytest-playwright-asyncio as separate plugin (#257) 2024-11-14 10:53:30 +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.