Full interactivity preserved
ReportArk serves the static report as-is: suite filters, retry history, and attachment links keep working inside the secure viewer.

ReportArk does not replace Playwright. Keep generating reports in CI or locally, then upload the folder Playwright already knows how to build.
Playwright HTML is excellent locally and in short-lived CI storage. Sharing for triage across timezones needs a stable link, optional password, and comments that point at the failing test—not another Slack thread of screenshots.
ReportArk serves the static report as-is: suite filters, retry history, and attachment links keep working inside the secure viewer.
Product and QA can open the same URL. Forwarding the link grants view access; commenting still requires an approved signed-in account.
Pin comments on the relevant row or attachment context so “which test?” is never ambiguous when someone joins hours later.
Practical details when moving from show-report to a durable share link.
Zip the HTML report output directory (commonly playwright-report/) so index.html sits at the archive root along with its data and trace assets. Do not zip only index.html.
Yes, as long as those files were part of the uploaded package. ReportArk hosts the static files; it does not regenerate traces.
Owners can upload a new content version on the same report URL, which is useful when CI re-runs the same build and you want reviewers on one bookmark.
No. Report pages and assets are served with noindex. Sharing is for people with the link, not public search results.
Generate the HTML report you already trust, upload the folder, and send one controlled link to the people who need to decide.