This package has been deprecated

Author message:

use @gb-nx/junit instead

@gb-nx/nx-junit
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

gb-nx nx-junit

CI latest

This plugin will add Jest Junit Reporter to your Nx project.

Prerequisite

If you have not already, create an Nx workspace with the following:

npx create-nx-workspace@^12.0.0

Getting Started

Install Plugin

# npm
npm install @gb-nx/nx-junit --save-dev

# yarn
yarn add @gb-nx/nx-junit --dev

Add Junit reporter to your app

You will need to have an app in your workspace. You can create one with nx g @nrwl/node:app my-app.

nx g @gb-nx/nx-junit:app my-app

Generators (i.e. code generation)

Application

nx g @gb-nx/nx-junit:app <project> [options]

Arguments Description
<project> The project to add junit to.
Options Default Description
--tags - Tags to use for linting (comma-delimited).
--reporterVersion ^13.0.0 The version of junit-reporter to use.
--skipFormat false Skip formatting files.

Readme

Keywords

none

Package Sidebar

Install

npm i @gb-nx/nx-junit

Weekly Downloads

1

Version

1.0.0

License

none

Unpacked Size

10.2 kB

Total Files

18

Last publish

Collaborators

  • garyb432