This package has been deprecated

Author message:

The package is out of date and will no longer supported by reportportal.io. Please use https://www.npmjs.com/package/@reportportal/agent-js-mocha with RP 5.0 full compatibility

rp-mocha-reporter

2.0.7 • Public • Published

Mocha reporter for EPAM report portal [clone of https://github.com/fedoseev-vitaliy/mocha-rp-reporter]

This is mocha runtime reporter for EPAM report portal.

It was designed to work with mocha programmatically, in order to be able to parametrize each test run.

Instalation steps:

npm install rp-mocha-reporter

How to use:

Fill in configOptions.

const Mocha = require("mocha");
let mochaMain = new Mocha({
    reporter: 'mocha-rp-reporter',
    reporterOptions: {
        endpoint: "",
        token: "",
        launch: "",
        project: ""
    }
});

Package Sidebar

Install

npm i rp-mocha-reporter

Weekly Downloads

73

Version

2.0.7

License

Apache 2.0

Unpacked Size

20 kB

Total Files

10

Last publish

Collaborators

  • amsterget
  • davert
  • fizik2009
  • reportportal-admin