Hi, I want to create a website that render playwright's report. So I deploy a project which is copy from playwright's html-reporter, and I use http request to get my input. But now my problem is, I can't find the input after playwright tests, which is pass to zipjs.Data64URIReader. Only I can find is in the playwright's html, window.playwrightReportBase64 is set. So how can I get the playwrightReportBase64 so I can store it and get by http request?
This thread is trying to answer question "How can I get the playwrightReportBase64 so I can store it and retrieve it via an http request?"
Rayrun is a community for QA engineers. I am constantly looking for new ways to add value to people learning Playwright and other browser automation frameworks. If you have feedback, email [email protected].