GitHub Action - Playwright test -> web server closes #190
Replies: 2 comments
-
There's probably some issue running the server and the error is being swallowed up. This solves it: #183 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Great, thanks! I added an env var to the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The web server Playwright launches keeps closing, but there's no hint as to why.
This is the error:
Playwright launches the web server successfully, as evidenced by the
🔶 Mock server installed
log, but it closes when running the./server-build/index.js
(copied over from the/server/index.ts
, to which I made no changes). So I'm a bit stumped as to why this might be 🤔Running
npm run test:e2e:run
locally (which runsnpm run build
andcross-env NODE_ENV=production MOCKS=true tsx .
) doesn't reproduce the issue.Any idea what this might be?
Beta Was this translation helpful? Give feedback.
All reactions