playwright-sonar-report-converter
v1.0.4
Published
Converting playwright test execution report to readable sonar report
Downloads
4
Readme
Playwright Sonar Converter
WIP!
A module for converting Playwright test execution reports from JUnit XML format to GenericTestDataformat for SonarQube.
Installation
npm install playwright-sonar-converter
Usage
import { convertPlaywrightToSonar, TestStatus } from 'playwright-sonar-converter';
const reportPath = '/path/to/reports';
convertPlaywrightToSonar(reportPath);