AsadHasan / playwright-next-tests

Basic automation test of retailer Next's website, with Playwright

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Playwright automation tests in Python

Basic automation test of retailer Next's website, using Playwright in Python (with Pytest), and Page Object Model pattern.

Running locally

Run in docker via docker-compose (easiest and recommended way):

  1. (If not already installed) Install docker-compose.
  2. Clone the project on your computer.
  3. In the project's root directory, run docker-compose up.

About

Basic automation test of retailer Next's website, with Playwright

License:MIT License


Languages

Language:Python 92.9%Language:Dockerfile 7.1%