@bgvinayak/uta-html-reporter
v0.0.1
Published
HTML reporter for Unified Test Artifacts
Downloads
13
Maintainers
Readme
@bgvinayak/uta-html-reporter
HTML reporter for Unified Test Artifacts (UTA). This package generates a visual report of all captured test artifacts.
Installation
pnpm add @bgvinayak/uta-html-reporter
# or
npm install @bgvinayak/uta-html-reporterUsage
import { HtmlReporter } from '@bgvinayak/uta-html-reporter';
import { UTA } from '@bgvinayak/uta-core';const uta = new UTA({ reporters: [new HtmlReporter()], // ... other config });
For more details, see the [UTA documentation](https://github.com/bhatvinayak/Unified-Test-Artifacts-UTA).