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
Make local e2e reliable in CI: serialize boots, add headless shell
The local project booted its executor web servers with file parallelism on,
the only server-booting project that did. On a CI runner several cold vite
boots at once thrashed past the token-URL wait, timing out stdio-mcp and auth.
Run the files serially like every other server-booting project so the first
boot warms the vite cache. Also install chromium-headless-shell, which the
browser scenarios launch and which does not come with the chromium download.
0 commit comments