allure-jest-circus
v1.0.0
Published
aluure reporting for the jest-circus runner
Downloads
7
Readme
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",
...
}