0.1.0 • Published 3 years ago

jasmine-awesome-report v0.1.0

Weekly downloads
84
License
MIT
Repository
github
Last release
3 years ago

Jasmine Awesome Report

semantic-release Commitizen friendly Coverage Status

NPM

This project is inspired in mochawesome.

How to Use

Install this project how dev-dependency npm i --save-dev jasmine-awesome-report

Into jasmine config file include the follow lines:

const { AwesomeReport } = require('jasmine-awesome-report');

const config = {
  fullPath: 'awesome-report',
  fileName: 'report',
  merge: true
};

jasmine.getEnv().addReporter(AwesomeReport.getReport(config));
PropertyDefault valueDescription
fullPathawesome-reportfolder when the report will be saved
fileNamereportreport file name
mergefalsemerge the result with other json with the same name
0.1.0

3 years ago

0.0.3

6 years ago

0.0.1-2

6 years ago

0.0.1-1

7 years ago

0.0.1-0

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago