Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bonniernews/hot-bev
Mocha reporter for larger applications. Compact output and immediate failure logging.
https://github.com/bonniernews/hot-bev
Last synced: about 7 hours ago
JSON representation
Mocha reporter for larger applications. Compact output and immediate failure logging.
- Host: GitHub
- URL: https://github.com/bonniernews/hot-bev
- Owner: BonnierNews
- License: mit
- Created: 2021-02-16T22:22:42.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-16T18:24:12.000Z (5 months ago)
- Last Synced: 2024-11-08T13:21:47.715Z (10 days ago)
- Language: JavaScript
- Size: 2.34 MB
- Stars: 3
- Watchers: 28
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Hot Bev'
Reporter for Mocha.
Compact output and immediate failure reporting. Good for large / long running test suites.
## Setup
```sh
$ npm install --save-dev @bonniernews/hot-bev
$ npx mocha --reporter @bonniernews/hot-bev
```