Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/microsoft/playwright-pytest
Pytest plugin to write end-to-end browser tests with Playwright.
https://github.com/microsoft/playwright-pytest
playwright pytest-plugin testing-tools
Last synced: 2 days ago
JSON representation
Pytest plugin to write end-to-end browser tests with Playwright.
- Host: GitHub
- URL: https://github.com/microsoft/playwright-pytest
- Owner: microsoft
- License: apache-2.0
- Created: 2020-08-03T16:17:14.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-09T09:03:43.000Z (4 months ago)
- Last Synced: 2024-10-29T15:23:52.216Z (3 months ago)
- Topics: playwright, pytest-plugin, testing-tools
- Language: Python
- Homepage: https://playwright.dev/python/docs/test-runners
- Size: 140 KB
- Stars: 436
- Watchers: 20
- Forks: 69
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Pytest plugin for Playwright [![PyPI](https://img.shields.io/pypi/v/pytest-playwright)](https://pypi.org/project/pytest-playwright/)
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/).
- 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](https://playwright.dev/python/docs/test-runners) for examples and more detailed information.