playwright-pytest/README.md

12 строки
632 B
Markdown
Исходник Постоянная ссылка Обычный вид История

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-09-30 05:44:22 +03:00
- Support for **all modern browsers** including Chromium, WebKit and Firefox.
- Support for **headless and headed** execution.
2020-09-30 05:44:22 +03:00
- **Built-in fixtures** that provide browser primitives to test functions.
## Documentation
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.