karma-junit-reporter : A Karma plugin. Report results in junit xml format.. You can installing karma-junit-reporter 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 karma-junit-reporter $ sudo npm install -g karma-junit-reporter
If want to update the karma-junit-reporter package execute the command as below,
$ sudo npm update karma-junit-reporter
Update package globally,
$ npm install -g karma-junit-reporter
$ sudo git clone https://github.com/rektide/karma-junit-reporter.git
$ sudo npm install -g ./karma-junit-reporter
karma-junit-reporter@1.2.0 /usr/lib/node_modules/karma-junit-reporter
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall karma-junit-reporter
Package Name | karma-junit-reporter |
Version | 1.2.0 |
Description | A Karma plugin. Report results in junit xml format. |
Released Date | 2016-12-06T13:17:55.682Z |
Published by | dignifiedquire |
How to Learn | https://www.npmjs.com/package/karma-junit-reporter/tutorial |