Socket
Book a DemoInstallSign in
Socket

node-test-junit-reporter

Package Overview
Dependencies
Maintainers
4
Versions
11
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

latest
Source
npmnpm
Version
2.0.1
Version published
Maintainers
4
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

test

FAQs

Package last updated on 18 Mar 2025

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