pytest-playwright 0.5.2
0
A pytest wrapper with fixtures for Playwright to automate web browsers
Contents
A pytest wrapper with fixtures for Playwright to automate web browsers
Stars: 433, Watchers: 433, Forks: 69, Open Issues: 24The microsoft/playwright-pytest
repo was created 4 years ago and the last code push was 4 days ago.
The project is popular with 433 github stars!
How to Install pytest-playwright
You can install pytest-playwright using pip
pip install pytest-playwright
or add it to a project with poetry
poetry add pytest-playwright
Package Details
- Author
- Microsoft
- License
- Apache-2.0
- Homepage
- https://github.com/microsoft/playwright-pytest
- PyPi:
- https://pypi.org/project/pytest-playwright/
- GitHub Repo:
- https://github.com/microsoft/playwright-pytest
Classifiers
Related Packages
Errors
A list of common pytest-playwright errors.
Code Examples
Here are some pytest-playwright
code examples and snippets.
GitHub Issues
The pytest-playwright package has 24 open issues on GitHub
- Adding conda recipe
- [BUG] Can't run tests with multiple browsers when overriding page fixture
- [Feature] Implement retries and on-first-retry for assets
- [FEATURE] Make pytest-playwright available on conda
- Option –output not working with a manually launched context
- [FEATURE] Allow attaching screenshot and video into Allure report
- [FEATURE] Expose Playwright async/await flavor