Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 948 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 948 Bytes

mocha-http-detect Build Status npm version

Detect live HTTP requests in your test suite.

screenshot

Description

mocha-http-detect allows developers to report live HTTP requests in test suites. As a project grows, tests and dependencies can become difficult to manage. As a result, some tests might unwillingly call external services and in turn slow down tests and/or making them less reliable. By reporting live requests, this module identifies tests that might require stubbing calls to external services.

Usage

Install via NPM as a dev dependency:

$ npm i --save-dev mocha-http-detect

Run tests using the --require flag:

$ mocha --require mocha-http-detect test.js