jest-sonarcloud-reporter
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

jest-sonarcloud-reporter

This is a fork of jest-sonar-reporter in TypeScript. It fixes the systemic generation of absolute paths in test-report.xml by adding the support of a new parameter:

"jestSonar": {
    "withRelativePaths": true,
    ...
}

When the flag withRelativePaths is set to true, test file paths will be generated with relativePaths instead of absolute paths.

That's it, there is nothing more, it just includes what is supported already in jest-sonar-reporter.

Package Sidebar

Install

npm i jest-sonarcloud-reporter

Weekly Downloads

0

Version

1.0.1

License

BSD-3-Clause

Unpacked Size

100 kB

Total Files

13

Last publish

Collaborators

  • zenbeni