webdriverio-community / wdio-vscode-service

A service to test VSCode extensions from end to end using WebdriverIO
https://webdriverio-community.github.io/wdio-vscode-service/
MIT License
33 stars 28 forks source link

GHA failing on macos-latest with ERROR @wdio/runner: Error: connect ECONNREFUSED 127.0.0.1:49232 #119

Open CristiCanizales opened 5 months ago

CristiCanizales commented 5 months ago

We have our E2E Tests running on GHA and we noticed that they stopped working for macos 14.4.1. In this run you can see all jobs passing but one on macos which is the only one on 14.4.1

christian-bromann commented 5 months ago

Seems like the tests fail due to:

2024-04-23T20:05:19.185Z ERROR @wdio/cli:utils: A service failed in the 'onPrepare' hook SevereServiceError: Couldn't set up Chromedriver Response code 404 (Not Found)

Can you provide more WebdriverIO logs?

CristiCanizales commented 5 months ago

Those are all the logs we have. I changed back to macos-12 in the latest e2e run and it works fine