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
ci(e2e): resilient msedgedriver download for Windows desktop E2E
The Windows e2e-desktop job downloaded an msedgedriver matching the exact WebView2 runtime build (e.g. 148.0.3967.83). Microsoft does not publish a driver for every exact build, so when the runner's WebView2 outpaces the published Edge drivers the download 404s and the job fails before any spec runs — unrelated to the code under test.
Try the exact version first, then fall back to LATEST_RELEASE_<major>_WINDOWS, then LATEST_STABLE (major-version compatibility is sufficient for msedgedriver). Fails with a clear message only if no candidate is downloadable.
Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com>
0 commit comments