🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

@marshallofsound/mocha-appveyor-reporter

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

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

latest
Source
npmnpm
Version
0.4.3
Version published
Maintainers
1
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

mocha

FAQs

Package last updated on 29 Mar 2023

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