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
PR #335 extracted the shared @wdio/native-cdp-bridge (single + multi-target CDP transport) and reworked @wdio/electrobun-service onto it. @wdio/electron-service still ships on its own @wdio/electron-cdp-bridge — the bridge's single-target CdpBridge was originally an extraction of electron's transport, so the two are near-duplicates.
Task
Migrate @wdio/electron-service from @wdio/electron-cdp-bridge to @wdio/native-cdp-bridge's single-target CdpBridge, then retire @wdio/electron-cdp-bridge.
Target 10.2.0 (publish via -next first; not blocking — bigger change than the electrobun rework, deliberately deferred post-RN).
PR #335 extracted the shared
@wdio/native-cdp-bridge(single + multi-target CDP transport) and reworked@wdio/electrobun-serviceonto it.@wdio/electron-servicestill ships on its own@wdio/electron-cdp-bridge— the bridge's single-targetCdpBridgewas originally an extraction of electron's transport, so the two are near-duplicates.Task
Migrate
@wdio/electron-servicefrom@wdio/electron-cdp-bridgeto@wdio/native-cdp-bridge's single-targetCdpBridge, then retire@wdio/electron-cdp-bridge.-nextfirst; not blocking — bigger change than the electrobun rework, deliberately deferred post-RN).join('packages','X'), label literals, tarball prefixes), not just the joined@wdio/...string — a token-level grep, per the lesson from refactor(native-cdp-bridge): extract shared@wdio/native-cdp-bridge; rework electrobun onto it #335.scripts/test-package.ts, turbo, release workflow, and detect-changes as needed.Surfaced by PR #335 (shared-bridge extraction). Sequencing decided: electrobun first (pre-publish), electron post-RN.