@lockweb/qa-report
v0.4.0
Published
Visual and suite report rendering package for QA Suite reporting output.
Maintainers
Readme
@lockweb/qa-report
qa-report renders the visual report shells used by QA Suite visual regression and suite run output.
The initial scaffold keeps the current report look and feel aligned with qa-workflow while the rendering boundary is separated into its own package.
Current status:
qa-reportexposes the existing visual report builder and the suite run dashboard through a package boundary- report styling and interaction patterns are intended to stay consistent with the current visual regression output
- suite reports show the current run's individual test results, status filters, tag/path search, spec breadcrumbs, failure details, screenshots, video, and status bars
qa-workflowowns capture, compare, run orchestration, and the Playwright reporter that writes the structured per-test resultsqawcan use this package by default or a consumer can pointreporting.visual.rendererorreporting.suite.rendererat another renderer package
The suite renderer reads run.testResults from the structured report bundle. The generated dashboard intentionally contains only the current run; per-run data remains under reports/runs/ for manual copying or archiving.
