testing
Installation
SKILL.md
Testing Patterns for FAST
Use this guide when running or writing tests in the FAST monorepo. FAST uses Playwright for integration testing with a Vite dev server.
Running tests
Locally
First-time setup
After cloning and installing dependencies (npm ci), install Playwright browsers:
npx playwright install --with-deps
Commands
All commands are run from the monorepo root. Use -w to target a specific package.