-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
I'm able to run the examples just fine with the versions specified in this repo, but when I upgrade @playwright/test to v1.55 or higher, the report is broken.
I get an alert saying couldnt find the report, something with HMR is broken.
This is also happening in my actual work app, which uses v1.55.1.
FWIW, it looks like this is probably caused by Playwright's changes to playwrightReportBase64 in the HTML reporter. Instead of a property on the window (window.playwrightReportBase64), it's now a script element (<script id="playwrightReportBase64" type="application/zip">).
Metadata
Metadata
Assignees
Labels
No labels