Skip to content

Pytest-with-Eric/pytest-playwright-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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.

Requirements

  • Python 3.12
  • Poetry
  • Playwright
  • Pytest

Usage

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.