Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-test-junit-reporter

Package Overview
Dependencies
Maintainers
5
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-test-junit-reporter

JUnit test reporter for the Node.js test runner

  • 1.1.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
967
increased by16.51%
Maintainers
5
Weekly downloads
 
Created
Source

node-test-junit-reporter

A JUnit test reporter for the Node.js test runner

CI

Installation

npm i -D node-test-junit-reporter

Usage

node --test --test-reporter node-test-junit-reporter --test-reporter-destination report.xml

You can also have a different test reporter output to stdout while still saving the JUnit report to a file:

node --test --test-reporter tap --test-reporter-destination stdout --test-reporter node-test-junit-reporter --test-reporter-destination report.xml

Keywords

FAQs

Package last updated on 22 Nov 2023

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