Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pytest-with-eric/pytest-playwright-example
Test Automation Made Easy with Pytest and Playwright
https://github.com/pytest-with-eric/pytest-playwright-example
playwright-python playwright-testing playwright-tests pytest-playwright
Last synced: about 1 month ago
JSON representation
Test Automation Made Easy with Pytest and Playwright
- Host: GitHub
- URL: https://github.com/pytest-with-eric/pytest-playwright-example
- Owner: Pytest-with-Eric
- Created: 2024-05-23T09:52:42.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-06-05T06:59:35.000Z (7 months ago)
- Last Synced: 2024-06-05T08:12:34.275Z (7 months ago)
- Topics: playwright-python, playwright-testing, playwright-tests, pytest-playwright
- Language: Python
- Homepage: https://pytest-with-eric.com/automation/pytest-playwright/
- Size: 16.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pytest Playwright Example
## Description
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](https://pytest-with-eric.com/automation/pytest-playwright/)
## Installation
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](https://python-poetry.org/docs/#installation).
## Requirements
- Python 3.12
- Poetry
- Playwright
- Pytest## Usage
To run the tests, you can use the following command:
```bash
poetry run pytest
```Please follow further instructions how to run the tests in the [blog post](https://pytest-with-eric.com/automation/pytest-playwright/).
If you have any questions about the project please raise an Issue on GitHub.