You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does anyone know what could be causing this failure in the playwright e2e test in the github pipeline?
Run npx playwright test
[WebServer]
> start:mocks
> cross-env NODE_ENV=production MOCKS=true tsx .
[WebServer] 🔶 Mock server installed
[WebServer] TypeError: Cannot read properties of undefined (reading 'module')
[WebServer] TypeError: Cannot read properties of undefined (reading 'module')
at Object.instrumentBuild (/home/runner/work/code/code/node_modules/@sentry/src/utils/instrumentServer.ts:509:36)
at /home/runner/work/code/code/node_modules/@sentry/src/utils/serverAdapters/express.ts:98:37
at file:///home/runner/work/code/code/server/index.ts:210:2
at ModuleJob.run (node:internal/modules/esm/module_job:218:25)
at ModuleLoader.import (node:internal/modules/esm/loader:329:24)
at file:///home/runner/work/code/code/index.js:37:2
Error: Process from config.webServer was not able to start. Exit code: 1
Error: Process completed with exit code 1.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Does anyone know what could be causing this failure in the playwright e2e test in the github pipeline?
Beta Was this translation helpful? Give feedback.
All reactions