This repository contains an example of how to use Pytest with Playwright. The project is set up with Poetry, which is a dependency management tool for Python.
Test Automation Made Easy with Pytest and Playwright
To install the project, you need to have Poetry installed. If you don't have it installed, you can install it by following the instructions here.
- Python 3.12
- Poetry
- Playwright
- Pytest
To run the tests, you can use the following command:
poetry run pytest
Please follow further instructions how to run the tests in the blog post.
If you have any questions about the project please raise an Issue on GitHub.