Source for johnkurkowski.com.
npm install
Install Playwright browsers only if you plan to run browser-based tests locally.
npx playwright install chromium
npm start
npm test
Tests are run in CI and must pass before production deploy, i.e. pushes to trunk. Branches deploy regardless of CI passing.
Before push, you can preview Argos VRT's snapshots against your built site in production mode.
npm run build
npm run test:vrt