2.0.7 • Published 6 years ago

rp-mocha-reporter v2.0.7

Weekly downloads
173
License
Apache 2.0
Repository
github
Last release
6 years ago

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: ""
    }
});
2.0.7

6 years ago

2.0.6

6 years ago

2.0.5

6 years ago

2.0.4

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago