KnearMe Portfolio Testing
Test command surface
Section titled “Test command surface”pnpm -C apps/knearme-portfolio test:unitpnpm -C apps/knearme-portfolio test:coveragepnpm -C apps/knearme-portfolio test:coverage:stage2:reportpnpm -C apps/knearme-portfolio test:coverage:stage2:gatepnpm -C apps/knearme-portfolio test:e2e:mockpnpm -C apps/knearme-portfolio test:e2e:liveCI baseline
Section titled “CI baseline”Repository CI gate includes, in order:
- lint
- typecheck
- build
- unit tests
- mocked Playwright E2E
Reference: /Users/aaronbaker/knearme-platform/.github/workflows/ci.yml.
Execution guidance
Section titled “Execution guidance”- Use
test:e2e:mockfor deterministic local/CI checks. - Use
test:e2e:liveonly intentionally for live-provider validation. - Run
test:coverage:stage2:gatebefore shipping risk-heavy runtime changes.