Closes P1 #10 step 2. Adds @playwright/test@^1.60.0, playwright.config.js (CI fail-loud / dev warn-and-continue for missing VERCEL_AUTOMATION_BYPASS_SECRET, two projects partitioned by testMatch, snapshotPathTemplate aligned with workflow upload path), tests/visual/homepage.spec.ts (1 test, no baseline committed per architect Boot-the-brief Finding 7), 3 npm scripts, and 3 .gitignore entries. Smoke tests now run end-to-end against Vercel preview with x-vercel-protection-bypass header: 3/3 passed in 2.9s, total workflow 59s. Zero secret leaks in log. PR #18 architect-commit3ac527e, implementer-commitc72d006.
45 lines
883 B
Text
45 lines
883 B
Text
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.js
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# production
|
|
/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
__pycache__/
|
|
.vercel
|
|
|
|
# Next.js
|
|
/.next/
|
|
/out/
|
|
|
|
.env*.local
|
|
|
|
# Agent pipeline self-analytics (per-developer; opt-out by default).
|
|
# Remove this line if you want team-shared convoy metrics committed.
|
|
.convoys/.metrics.jsonl
|
|
|
|
# Local code-knowledge-graph (per-developer; user-code-review-graph MCP)
|
|
.code-review-graph/
|
|
|
|
# Playwright test runner artifacts (generated on every local run;
|
|
# never committed). Baselines under `tests/visual/__screenshots__/`
|
|
# are EXPLICITLY NOT ignored — they must be committed when they exist.
|
|
/playwright-report/
|
|
/test-results/
|
|
/.playwright/
|