auto(agent): Added error handling to auth middleware

This commit is contained in:
OpenClaw 2026-03-06 16:49:47 +00:00
parent 29d1532c1f
commit f03b758e18
107 changed files with 1962 additions and 1 deletions

View file

@ -0,0 +1,28 @@
# Integration Test Triage
Project: helpyourneighbour
## Tail
> backend@1.0.0 test:integration
> node scripts/integration-test.mjs
/home/openclaw/.openclaw/workspace/helpyourneighbour/backend/node_modules/playwright/lib/common/testType.js:75
throw new Error([
^
Error: Playwright Test did not expect test() to be called here.
Most common reasons include:
- You are calling test() in a configuration file.
- You are calling test() in a file that is imported by the configuration file.
- You have two different versions of @playwright/test. This usually happens
when one of the dependencies in your package.json depends on @playwright/test.
at TestTypeImpl._currentSuite (/home/openclaw/.openclaw/workspace/helpyourneighbour/backend/node_modules/playwright/lib/common/testType.js:75:13)
at TestTypeImpl._createTest (/home/openclaw/.openclaw/workspace/helpyourneighbour/backend/node_modules/playwright/lib/common/testType.js:88:24)
at /home/openclaw/.openclaw/workspace/helpyourneighbour/backend/node_modules/playwright/lib/transform/transform.js:282:12
at file:///home/openclaw/.openclaw/workspace/helpyourneighbour/backend/scripts/integration-test.mjs:3:1
at ModuleJob.run (node:internal/modules/esm/module_job:343:25)
at async onImport.tracePromise.__proto__ (node:internal/modules/esm/loader:665:26)
at async asyncRunEntryPointWithESMLoader (node:internal/modules/run_main:117:5)
Node.js v22.22.0