Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azohra/allure-jest-circus
Allure reports for jest-circus
https://github.com/azohra/allure-jest-circus
Last synced: about 1 month ago
JSON representation
Allure reports for jest-circus
- Host: GitHub
- URL: https://github.com/azohra/allure-jest-circus
- Owner: azohra
- License: mit
- Created: 2019-09-05T19:25:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-12T14:20:14.000Z (over 5 years ago)
- Last Synced: 2024-10-10T23:35:43.417Z (2 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
# Allure Jest circus
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
[![Build Status](https://travis-ci.com/azohra/allure-jest-circus.svg?branch=master)](https://travis-ci.com/azohra/allure-jest-circus)## About
Allure-jest-circus is a custom jest environment built on top of `jest-environment-node` designed to create allure reports for test suites run with jest-circus. It takes advantage of jest-circus test events to provide detailed reporting for your test suites.
## Installation
Install the package:
`npm install allure-jest-circus`
Add to your jest config:
```
"jest": {
...
"testEnvironment": "allure-jest-circus",
...
}
```