Socket
Socket
Sign inDemoInstall

@marshallofsound/mocha-appveyor-reporter

Package Overview
Dependencies
30
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @marshallofsound/mocha-appveyor-reporter

Mocha Reporter to report tests while running in AppVeyor CI


Version published
Weekly downloads
2.1K
decreased by-22.91%
Maintainers
1
Created
Weekly downloads
 

Readme

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

Last updated on 29 Mar 2023

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