odhin-reports-playwright
v1.2.2
Published
Odhin Reports for Playwright
Maintainers
Readme

Report layout
The reporter generates one self-contained report by default:
reporter: [["odhin-reports-playwright", {
singleFile: true,
embedAssets: true,
embedAttachments: true,
}]]Set singleFile: false to keep each test detail, screenshot, video, and trace in tests/<test-id>/. In this mode, embedAssets and embedAttachments are always disabled and the report can be opened directly from disk.
reporter: [["odhin-reports-playwright", {
singleFile: false,
}]]
Full documentation
MIT License
