Step I made :
npx playwright show-trace playwright-report.zip
--> Trace viewer open and I get Could not load trace from trace.zip. Make sure a valid Playwright Trace is accessible over this url.
playwright-report.zip
--> got the error: Could not load trace. Did you upload a Playwright HTML report instead? Make sure to extract the archive first and then double-click the index.html file or put it on a web server.
trace
, and then retry step 2 and 3 with my zipped trace.zip. But same issueI'm using playwright 1.38
Additionnal note: If run a simple local server, I can read the trace without any issue by accessing the index.html
This thread is trying to answer question "Why is the Trace viewer not able to load any of my traces?"
Yes indeed, I assumed that at the trace
folder inside the report would be what a I was looking for. It still seems that the report contains the trace, taught it would be possible to use trace
folder and zip.
The documentation says about Github Action report upload, but doesn't mention the upload of test-results/
files
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].