1.0.0 • Published 5 years ago

allure-jest-circus v1.0.0

Weekly downloads
35
License
MIT
Repository
github
Last release
5 years ago

Allure Jest circus

Commitizen friendly Build Status

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",
    ...
}