Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 621 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 621 Bytes

Pixelpact Playwright Template

This project acts as a template and example of using Pixelpact and Playwright to visually test a website.

Requirements

Getting started

  1. Start the Pixelpact service
docker-compose up -d
  1. Install browsers
npx playwright install chrome
  1. Run the test
npm run test

Update Reference Screenshots

npm run update-screenshots