This project acts as a template and example of using Pixelpact and Playwright to visually test a website.
- Start the Pixelpact service
docker-compose up -d
npx playwright install chrome
- Run the test
npm run test
npm run update-screenshots
This project acts as a template and example of using Pixelpact and Playwright to visually test a website.
docker-compose up -d
npx playwright install chrome
npm run test
npm run update-screenshots