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: remove the browse/promote authoring loop (#1205)
The browse -> promote pipeline (drive a flow, record the steps, codegen a test)
was more than intended. Developing against the UI is just running Playwright,
which is already in-repo and is the same thing a scenario() runs. Remove
src/journey/ (steps/codegen/run), the browse/promote commands in scripts/cli.ts,
and the "Authoring from a live browser" doc section. The cross-OS desktop targets
are unaffected.
0 commit comments