New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mocha-appveyor-reporter

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mocha-appveyor-reporter

Mocha Reporter to report tests while running in AppVeyor CI

  • 0.4.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
303
decreased by-48.73%
Maintainers
2
Weekly downloads
 
Created
Source

Mocha reporter for AppVeyor

Report your test results to AppVeyor's testing infrastructure.

Build status Build Status

See it in action with this repository.

Install

npm install --save-dev mocha-appveyor-reporter
Usage
mocha --reporter mocha-appveyor-reporter
Options

This reporter is configurable via use of --reporter-options or by setting environment variables.

Reporter OptionEnvironment VariableDefault
appveyorBatchSizeAPPVEYOR_BATCH_SIZE100
appveyorBatchIntervalInMsAPPVEYOR_BATCH_INTERVAL_IN_MS1000
appveyorApiUrlAPPVEYOR_API_URLunset, but AppVeyor sets the environment variable for you

The reporter will by default batch and send tests in an API call to AppVeyor for every 100 tests completed or 1000ms elapsed (whichever happens first).

To override this behavior you may do the following:

mocha --reporter mocha-appveyor-reporter --reporter-options appveyorBatchSize=1

Keywords

FAQs

Package last updated on 09 Nov 2018

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc