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
ChromeDriver is a tachometer dependency package, this should be auto installed when benchmarks are triggered since ChromeDriver is not included in fast-benchmarks's package.json as a dev dependency.
Latest version of Chrome needs to be installed along with ChromeDriver
However, it seems like the version that is being auto installed in the pipeline is not up to date.
I have manually disabled this workflow for now until this issue is resolved.
💻 Repro or Code Sample
In github actions file, 'Run Tachometer' step
Package "chromedriver@* installed."
SessionNotCreatedError: session not created: This version of ChromeDriver only supports Chrome version 110
Current browser version is 109.0.5414.119 with binary path /usr/bin/google-chrome
🤔 Expected Behavior
Benchmarks to run and no errors in valid benchmarks pipeline
😯 Current Behavior
validate benchmarks pipeline failing
💁 Possible Solution
One potential fix is to include an extra step in the pipeline to 1) check for Chrome version 2) install latest Chrome version
🔦 Context
🌍 Your Environment
OS & Device: [e.g. MacOS, iOS, Windows, Linux] on [iPhone 7, PC]
Browser [e.g. Microsoft Edge, Google Chrome, Apple Safari, Mozilla FireFox]
Version [e.g. 1.8.0]
The text was updated successfully, but these errors were encountered:
🐛 Bug Report
ChromeDriver is a tachometer dependency package, this should be auto installed when benchmarks are triggered since ChromeDriver is not included in fast-benchmarks's package.json as a dev dependency.
Latest version of Chrome needs to be installed along with ChromeDriver
However, it seems like the version that is being auto installed in the pipeline is not up to date.
I have manually disabled this workflow for now until this issue is resolved.
💻 Repro or Code Sample
In github actions file, 'Run Tachometer' step
Package "chromedriver@* installed."
SessionNotCreatedError: session not created: This version of ChromeDriver only supports Chrome version 110
Current browser version is 109.0.5414.119 with binary path /usr/bin/google-chrome
🤔 Expected Behavior
Benchmarks to run and no errors in valid benchmarks pipeline
😯 Current Behavior
validate benchmarks pipeline failing
💁 Possible Solution
One potential fix is to include an extra step in the pipeline to 1) check for Chrome version 2) install latest Chrome version
🔦 Context
🌍 Your Environment
The text was updated successfully, but these errors were encountered: