helpyourneighbour/docs/runtime/next_action_playwright_config_helpyourneighbour.md

5 lines
404 B
Markdown

# Next Action Brief
- Focus: reconcile duplicate Playwright config (`backend/playwright.config.js` and `backend/playwright.config.mjs`) into one canonical file used by integration runs.
- Why now: both files exist in the working tree, which can cause ambiguous test behavior.
- Next execution step: pick the canonical config, align scripts/imports, then run `npm --prefix backend run test:integration`.