Socket
Socket
Sign inDemoInstall

tz-mocha-reporter

Package Overview
Dependencies
67
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    tz-mocha-reporter

For company use. Report mocha test results with ids to specs-api


Version published
Weekly downloads
3
Maintainers
1
Install size
5.04 MB
Created
Weekly downloads
 

Readme

Source

TZ Mocha Test Reporter

Reports test results from mocha tests to specs-api

Usage

Install

npm install --save tz-mocha-reporter

Generate Report

mocha -R tz-mocha-reporter

Send report to specs api

report.js

var reporter = require('tz-mocha-reporter').reporter;

reporter.report(function(err) {
  if (err) {
    throw err;
  }
  process.exit(0);
});

node report.js

FAQs

Last updated on 29 Mar 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc