Yes we have been fighting chrome issues. I think it’s related to the grapheme driver as I use Selenium with the automatic driver downloading on other projects and have no issues.   But yes it’s broken the MyFaces build multiple times in the last 2 months every time Chrome updates.  

Melloware
@melloware on GitHub

On Mar 8, 2023, at 9:01 PM, Paul Nicolucci <pnicolu...@gmail.com> wrote:


On Wed, Mar 8, 2023 at 8:51 PM Paul Nicolucci <pnicolu...@gmail.com> wrote:
Is anyone else hitting issues with building the main branch? I pulled the latest this evening and initially, the build failed and told me I needed to update to Chrome 111. I updated chrome and now I'm getting the following error:

[ERROR] Errors:
[ERROR]   IntegrationTest.test ▒ Runtime Unable to instantiate Drone via org.openqa.selenium.chrome.ChromeDriver(ChromeOptions): org.openqa.selenium.remote.http.ConnectionFailedException: Unable to establish websocket connection to http://localhost:56058/devtools/browser/a64ea175-1a1b-47dd-a3fd-e9b1d23d4d54
Build info: version: '4.7.2', revision: '4d4020c3b7'
System info: os.name: 'Windows 11', os.arch: 'amd64', os.version: '10.0', java.version: '11.0.18'
Driver info: driver.version: ChromeDriver
[ERROR]   IntegrationTest.testPlainHtml ▒ Runtime Unable to instantiate Drone via org.openqa.selenium.chrome.ChromeDriver(ChromeOptions): org.openqa.selenium.remote.http.ConnectionFailedException: Unable to establish websocket connection to http://localhost:56041/devtools/browser/1843c22a-1678-43f4-891e-085b77c6263d
Build info: version: '4.7.2', revision: '4d4020c3b7'
System info: os.name: 'Windows 11', os.arch: 'amd64', os.version: '10.0', java.version: '11.0.18'
Driver info: driver.version: ChromeDriver
[INFO]
[ERROR] Tests run: 2, Failures: 0, Errors: 2, Skipped: 0

Can we pin these test artifacts at a specific version so we don't risk hitting issues whenever Chrome updates?

Werner, any suggestions?

Thanks,

Paul Nicolucci

Reply via email to