2.0.7 • Published 5 years ago

rp-mocha-reporter v2.0.7

Weekly downloads
173
License
Apache 2.0
Repository
github
Last release
5 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

5 years ago

2.0.6

5 years ago

2.0.5

5 years ago

2.0.4

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago