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
e2e: replace browse/promote with a cli browser dev tool
The browse/promote pipeline (drive a flow, record it, codegen a test) was more
scope than intended. Developing and testing are two uses of the same in-repo
browser, not an auto-conversion between them.
Replace it with `cli browser <target>`: spin up a persistent, logged-in Chromium
pointed at the running instance (the same config the Browser test surface uses)
and drive it with goto / click / fill / type / press / eval / look, or attach any
CDP tool to the printed endpoint. A small detached daemon owns the browser
(Playwright's pipe-based launch, so no flaky connectOverCDP) and serves drive
commands over loopback. Developing with it and writing a scenario() are the same
primitive, with no recording or codegen.
Removes src/journey/ (steps/codegen/run) and the browse/promote CLI commands.
0 commit comments