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.

Installs
1
Repository
microsoft/fast
GitHub Stars
9.7K
First Seen
Jul 10, 2026
testing — microsoft/fast