Basic automation test of retailer Next's website, using Playwright in Python (with Pytest), and Page Object Model pattern.
Run in docker via docker-compose (easiest and recommended way):
- (If not already installed) Install docker-compose.
- Clone the project on your computer.
- In the project's root directory, run
docker-compose up
.