Skip to content

fix: wire --http into --connect mode#905

Merged
stevez merged 1 commit into
mainfrom
fix/connect-http-server
May 13, 2026
Merged

fix: wire --http into --connect mode#905
stevez merged 1 commit into
mainfrom
fix/connect-http-server

Conversation

@stevez

@stevez stevez commented May 12, 2026

Copy link
Copy Markdown
Owner

--http was silently ignored in the relay/connect code path after a refactor. startHttpServer was defined but never called from that path.

Now playwright-repl --connect --http starts the HTTP server on port 9223 without showing a readline prompt. Add --interactive to also get the relay> prompt.

--http was silently ignored in the relay/connect code path after a refactor.
startHttpServer was defined but never called from that path.

Now playwright-repl --connect --http starts the HTTP server on port 9223
without showing a readline prompt. Add --interactive to also get the relay> prompt.
@stevez stevez merged commit 612b919 into main May 13, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants