Socket
Socket
Sign inDemoInstall

@bam.tech/jest-junit-reports-merger

Package Overview
Dependencies
Maintainers
9
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bam.tech/jest-junit-reports-merger

Merge multiple JUnit reports into one


Version published
Weekly downloads
3
decreased by-85.71%
Maintainers
9
Weekly downloads
 
Created
Source

Jest JUnit Report Merger

Given a directory containing multiple JUnit XML reports, this tool will merge them into a single report.

Why?

Other tools exist that can merge JUnit XML reports, but they were loosing the suite name and merging everything in the same suite. This tool will merge the reports and introduce and intermediate suite for each report.

The code of the other solution were also hard to test and maintain (no typescript).

Commands

To use this tool, you must have Node installed. Then, you can run the following commands:

(1) Install dependencies

pnpm i @bam.tech/jest-junit-reports-merger # or npm i

(2) Run the tool

jjrm -o <output> <blob>

Contribute

Feel free to contribute to this project by opening issues or pull requests. To run the tests, you can use the following command:

pnpm test # or npm test

FAQs

Package last updated on 25 Nov 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc