Skip to content

Report fails with Playwright v1.55+ #1

@jrnail23

Description

@jrnail23

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.

Image

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions