Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jest-allure-reporter

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-allure-reporter

A Jest Allure Reporter, which takes the test-results from jest and creates an allure-report from it.

  • 1.2.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2.5K
increased by22.23%
Maintainers
1
Weekly downloads
 
Created
Source

jest-allure-reporter

This Project brings an jest-reporter for getting an allure-Report from the jest test results.

A Jest Allure Reporter, which takes the test-results from jest and creates an allure-report from it.

What's jest?

Jest is a javascript testing framework, for testing javascript code, including ui-tests.

What's allure?

Allure is a tool for creating an helpfull report of testresults.

What's the jest-allure-reporter?

The jest-allure-reporter connects the jest-tests with the allure-report as both tools doesn't support each other directly. The jest-allure-reporter takes the test-results from jest and creates an allure-report automatically.

Installation/ Configuration

Installation is relatively simple. In your jest-project add the following to the dependencies section of the package.json:

"dependencies": {
    "jest-allure-reporter": "^1.2.1"
}

Additionally configure the jest-allure-reporter as the test-reporter used by jest by adding the following to your jest.config.ts:

testResultsProcessor: "jest-allure-reporter"

After editing of the two files install by running npm update on the commandline:

npm update

Keywords

FAQs

Package last updated on 16 Apr 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc