2020-09-30 05:44:22 +03:00
# Pytest plugin for Playwright [![PyPI](https://img.shields.io/pypi/v/pytest-playwright)](https://pypi.org/project/pytest-playwright/)
2020-08-03 19:18:51 +03:00
2020-09-30 05:44:22 +03:00
Write end-to-end tests for your web apps with [Playwright ](https://github.com/microsoft/playwright-python ) and [pytest ](https://docs.pytest.org/en/stable/ ).
2020-08-03 19:40:46 +03:00
2020-09-30 05:44:22 +03:00
- Support for **all modern browsers** including Chromium, WebKit and Firefox.
2021-04-01 21:11:29 +03:00
- Support for **headless and headed** execution.
2020-09-30 05:44:22 +03:00
- **Built-in fixtures** that provide browser primitives to test functions.
2020-08-03 19:40:46 +03:00
2021-06-10 01:16:00 +03:00
## Documentation
2020-08-03 19:40:46 +03:00
2022-01-14 18:54:10 +03:00
See on [playwright.dev ](https://playwright.dev/python/docs/test-runners ) for examples and more detailed information.