junit-report-builder : Aimed at making it easier to build Jenkins compatible JUnit XML reports in plugins for testing frameworks. You can installing junit-report-builder npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install junit-report-builder $ sudo npm install -g junit-report-builder
If want to update the junit-report-builder package execute the command as below,
$ sudo npm update junit-report-builder
Update package globally,
$ npm install -g junit-report-builder
$ sudo git clone https://github.com/rektide/junit-report-builder.git
$ sudo npm install -g ./junit-report-builder
junit-report-builder@1.2.0 /usr/lib/node_modules/junit-report-builder
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall junit-report-builder
Package Name | junit-report-builder |
Version | 1.2.0 |
Description | Aimed at making it easier to build Jenkins compatible JUnit XML reports in plugins for testing frameworks |
Released Date | 2017-03-11T10:50:36.999Z |
Published by | david.parsson |
How to Learn | https://www.npmjs.com/package/junit-report-builder/tutorial |