123 / 139 · 13 Browser Automation with Playwright · Parallel Execution and Reporting← prev⊞ allnext →☰ Read as one page
14.6HTML Report
# Generate and open the report
npx playwright show-report
# The report includes:
# - Pass/fail summary per browser
# - Individual test results with duration
# - Screenshots and traces for failed tests
# - Retry history
Merging Shard Reports
When sharding across machines, merge the individual reports:
npx playwright merge-reports ./shard-results --reporter=html