Loading...
Loading...
Run Playwright smoke tests, debug failures, and verify fixes
npx skill4agent add cursor/plugins run-smoke-tests# Run full smoke suite
npm run smoketest
# Run a specific smoke test file
npm run smoketest -- path/to/test.spec.ts
# Faster iteration when build artifacts are ready
npm run smoketest-no-compile -- path/to/test.spec.ts