🚀 Feature Request
We produce the standard playwright report in github CI as an artifact (which github automatically zips). We download this report to view playwright traces/screenshots. It's a bit of a pain because you have to download the github zip, extract it, and then point the show-report command at it.
playwright show-report my/unzipped/report
It would be less clicks if playwright show-report natively supported reading a zip'd report.
Example
No response
Motivation
Less friction for debugging tests that fail in CI
🚀 Feature Request
We produce the standard playwright report in github CI as an artifact (which github automatically zips). We download this report to view playwright traces/screenshots. It's a bit of a pain because you have to download the github zip, extract it, and then point the show-report command at it.
It would be less clicks if
playwright show-reportnatively supported reading a zip'd report.Example
No response
Motivation
Less friction for debugging tests that fail in CI