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
fix(e2e): install matching chromedriver for system Chrome on Linux CI
ubuntu-latest has Chrome 146 but no matching chromedriver exists for
WDIO to auto-download. Use @puppeteer/browsers to install chromedriver
matching the system Chrome major version, and pass the path to WDIO
via wdio:chromedriverOptions. Keeps system Chrome for WebGL support.
0 commit comments