mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00

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