Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.