I am sharding my tests on CI and merging them with: 'npx playwright merge-reports --reporter html ./e2e/playwright/reports/'
How do I view a merged html report e.g. 'html-report--attempt-1'. It does not contain a .html file so when i run:
npx playwright show-report e2e/playwright/reports/html-report--attempt-1
I simply get Serving HTML report at http://localhost:9323 with 404.
This thread is trying to answer question "How do I view a merged html report using Playwright?"
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].