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
Our CI pipelines started to fail to execute specs due to the upgrade from Chrome 118 to Chrome 119.
The error we are getting for all of our tests that rely on Chromedriver is:
Selenium::WebDriver::Error::SessionNotCreatedError:
session not created: Chrome failed to start: exited normally.
(session not created: DevToolsActivePort file doesn't exist)
(The process started from chrome location /opt/google/chrome/chrome is no longer running, so ChromeDriver is assuming that Chrome has crashed.)
This seems to be some sort of running or installation issue with Google Chrome/Chromedriver.
Previously working version of Chrome: 118.0.5993.117
Now used version of Chrome: 119.0.6045.105
Until yesterday things were good for us, but today Chrome driver is not starting. We are on 1.4.6 with chrome/driver 120.0.6099.109.
We tried with SSH and it looks good manually. But without ssh it fails.
Any update on this?
Orb version
1.4.5
as well as1.4.6
(latest)What happened
Our CI pipelines started to fail to execute specs due to the upgrade from Chrome 118 to Chrome 119.
The error we are getting for all of our tests that rely on Chromedriver is:
This seems to be some sort of running or installation issue with Google Chrome/Chromedriver.
Previously working version of Chrome:
118.0.5993.117
Now used version of Chrome:
119.0.6045.105
Our config in the jobs steps:
Note: We also tried to downgrade the Chroem version via the
chrome-version
option but that fails on installation and is probably another issue.Expected behavior
The specs should run as expected.
The text was updated successfully, but these errors were encountered: