This project contains automated UI tests for the Regula website using Playwright.
tests/specs/— Test specificationstests/pages/— Page Object Models and componentstests/data/— Test data
-
Install dependencies:
npm install
-
Run tests:
npm run test
- Node.js >= 16
- Playwright
Prepared for a technical task before interview.