https://github.com/macacajs/macaca-reporter-jest
Macaca reporter used for jest.
https://github.com/macacajs/macaca-reporter-jest
jest macaca react reporter
Last synced: 7 months ago
JSON representation
Macaca reporter used for jest.
- Host: GitHub
- URL: https://github.com/macacajs/macaca-reporter-jest
- Owner: macacajs
- Created: 2020-08-08T15:27:12.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-28T05:48:24.000Z (over 3 years ago)
- Last Synced: 2025-02-19T00:09:17.517Z (8 months ago)
- Topics: jest, macaca, react, reporter
- Language: JavaScript
- Homepage:
- Size: 13.7 KB
- Stars: 2
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# macaca-reporter-jest
[![NPM version][npm-image]][npm-url]
[![CI][CI-image]][CI-url]
[![Test coverage][codecov-image]][codecov-url]
[![node version][node-image]][node-url]
[![npm download][download-image]][download-url][npm-image]: https://img.shields.io/npm/v/macaca-reporter-jest.svg
[npm-url]: https://npmjs.org/package/macaca-reporter-jest
[CI-image]: https://github.com/macacajs/macaca-reporter-jest/actions/workflows/ci.yml/badge.svg
[CI-url]: https://github.com/macacajs/macaca-reporter-jest/actions/workflows/ci.yml
[codecov-image]: https://img.shields.io/codecov/c/github/macacajs/macaca-reporter-jest.svg?logo=codecov
[codecov-url]: https://codecov.io/gh/macacajs/macaca-reporter-jest
[node-image]: https://img.shields.io/badge/node.js-%3E=_8-green.svg
[node-url]: http://nodejs.org/download/
[download-image]: https://img.shields.io/npm/dm/macaca-reporter-jest.svg
[download-url]: https://npmjs.org/package/macaca-reporter-jest> Macaca reporter used for jest.
## Installment
```bash
$ npm i macaca-reporter-jest --save-dev
```## Configuration
defined in `jest.config.js`:
```bash
...
reporters: [
'default',
['macaca-reporter-jest', {}],
],
...
```macaca-reporter-jest is based on [macaca-reporter](https://macacajs.github.io/macaca-reporter).
## Contributors
|[
xudafeng](https://github.com/xudafeng)
|[
Jodeee](https://github.com/Jodeee)
|[
snapre](https://github.com/snapre)
|
| :---: | :---: | :---: |This project follows the git-contributor [spec](https://github.com/xudafeng/git-contributor), auto updated at `Thu Apr 28 2022 13:44:49 GMT+0800`.
## License
The MIT License (MIT)