playwright/packages/playwright-core/src/server/registry
Max Schmitt f9c4955fe8
fix(msedge): install with multiple artifacts (#27939)
The API response looked like this:

<img width="1584" alt="image"
src="https://github.com/microsoft/playwright/assets/17984549/89d32ad4-8770-48c3-b562-231ae7b9ef3b">

-> multiple entries for `Windows` and `X64`, but some without artifacts.
-> We filter now for `artifacts.length > 0` which seems like a healthy
change.

Fixes https://github.com/microsoft/playwright/issues/22841
2023-11-02 15:30:40 -07:00
..
browserFetcher.ts chore: render download progress in the host process (#26666) 2023-08-24 07:33:32 -07:00
dependencies.ts chore: make sure that we print warning for unsupported OS (#27610) 2023-10-16 10:49:57 -07:00
index.ts fix(msedge): install with multiple artifacts (#27939) 2023-11-02 15:30:40 -07:00
nativeDeps.ts fix(registry): don't download x64 binaries on other platforms (#27462) 2023-10-17 12:54:20 -07:00
oopDownloadBrowserMain.ts chore: fix installation tests (#26691) 2023-08-24 12:48:39 -07:00