Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 194 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 194 Bytes

Angular Test Repo

# Run Vitest unit test
pnpm nx run-many -t test

# Run Playwright tests
pnpm nx e2e demo

# Run Playwright atomized tests (Nx Cloud Agents)
pnpm nx e2e-ci demo