Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 569 Bytes

File metadata and controls

26 lines (18 loc) · 569 Bytes

Playwright Validation

Commands

# list projects/tests
yarn playwright test --config=playwright.config.ts --list

# run target suite
yarn test:e2e playwright/suites/<suite-file>.spec.ts

# run target set
yarn test:e2e --project=SET_1

Checklist

  • Tests are mapped to correct suite/set
  • Setup/cleanup is deterministic
  • AGENTS.md baseline matches actual suites/sets/workflow
  • ARCHITECTURE.md file topology and set/suite/test mapping matches actual files
  • No stale references in docs/templates

Last Updated: 2026-03-05