/jest-allure

Generate Allure Report for jest

Primary LanguageTypeScriptMIT LicenseMIT

Jest-Allure

Add more power to your test using Jest-Allure. Easily generate nice reports at the end of the execution.

Allure Framework is a flexible lightweight multi-language test report tool that not only shows a very concise representation of what have been tested in a neat web report form, but allows everyone participating in the development process to extract maximum of useful information from everyday execution of tests.

Allure Report

Installation

yarn add -D jest-allure

or

npm install --save-dev jest-allure

then in jest.config.js add:

reporters: ["default", "jest-allure"],

Enjoy 🥤🚀

Contributors


Denis Artyuhovich

Dmitry Bogomya