Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/o0y0o/jest-allure-reporter
๐ A custom Jest reporter to compatible with Allure.
https://github.com/o0y0o/jest-allure-reporter
allure jest npm-package unit-testing
Last synced: about 1 month ago
JSON representation
๐ A custom Jest reporter to compatible with Allure.
- Host: GitHub
- URL: https://github.com/o0y0o/jest-allure-reporter
- Owner: o0y0o
- License: mit
- Created: 2020-06-09T16:58:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-05T05:42:32.000Z (over 3 years ago)
- Last Synced: 2024-10-09T13:19:25.555Z (about 1 month ago)
- Topics: allure, jest, npm-package, unit-testing
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@0y0/jest-allure-reporter
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @0y0/jest-allure-reporter ยท [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/o0y0o/jest-allure-reporter/blob/master/LICENSE) [![npm](https://img.shields.io/npm/v/@0y0/jest-allure-reporter.svg)](https://www.npmjs.com/package/@0y0/jest-allure-reporter) ![Package Status](https://github.com/o0y0o/jest-allure-reporter/workflows/Package/badge.svg)
`@0y0/jest-allure-reporter` is a custom Jest reporter to compatible with Allure.
## Intsallation
```sh
npm install @0y0/jest-allure-reporter --save-dev
```## Usage
```js
{
reporters: [
['@0y0/jest-allure-reporter', {
title: 'Allure Reports',
srcDir: path.join(projectDir, 'src'),
outputDir: path.join(projectDir, 'reports')
}]
]
}
```## License
[MIT](https://github.com/o0y0o/jest-allure-reporter/blob/master/LICENSE)