Artillery
Dashboard

Playwright Test Runner reporting

Edmundo SantosEdmundo Santos

We've rebuilt Playwright Test Runner reporting in Artillery Cloud from the ground up with a focus on performance and usability.

Real-time reporting

Playwright test reports now update in real-time as a test is running, and you can start investigating test failures as soon as they happen.

Traces, screenshots, and other attachments are available for each test case immediately, and can be viewed directly in the report.

Share reports

You can create a sharing URL with the Share button to share reports with people outside of your Artillery Cloud organization.

Track Web Vitals metrics (optional)

Web Vitals metrics can be captured and reported for every page in your tests automatically.

This feature needs to be enabled in your tests - see the @artilleryio/playwright-reporter docs for more informaion.

"Copy prompt" support

Playwright v1.51.0 and later automatically attaches a prompt with useful context for every failing test case. You can copy that prompt with the "Copy prompt" button in the report and in the trace viewer.

This feature requires Playwright v1.52 or later.

captureGitInfo support

The report will show the details of the Git commit if captureGitInfo: { commit: true } is enabled in your playwright.config.ts file (see Playwright docs for details).