salesforce / lwc

⚡️ LWC - A Blazing Fast, Enterprise-Grade Web Components Foundation
https://lwc.dev
Other
1.63k stars 394 forks source link

[CI] Chrome DevTools Protocol is borked in Circle CI #3393

Open nolanlawson opened 1 year ago

nolanlawson commented 1 year ago

As of literally like 6 hours ago, our integration tests in Circle CI started failing with:

ERROR @wdio/utils:shim: undefined
[...]
TypeError: browser.cdp is not a function

Nothing changed in our code, so it's clearly some kind of Circle CI bug, apparently in the CDP protocol talking to a local Chrome.

Does not repro locally of course.

nolanlawson commented 1 year ago

Actually, I can repro locally now. Maybe a Chrome update broke this.

Seeing ERROR @wdio/utils:shim: undefined, but when I debug, looks like it's actually a socket hangup.