/playwright-next-tests

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

Primary LanguagePythonMIT LicenseMIT

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.