auto(agent): Added error handling to auth middleware
This commit is contained in:
parent
29d1532c1f
commit
f03b758e18
107 changed files with 1962 additions and 1 deletions
|
|
@ -0,0 +1,5 @@
|
|||
# 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`.
|
||||
Loading…
Add table
Add a link
Reference in a new issue