0.0.2 ā€¢ Published 3 years ago

mochawesome-to-jest v0.0.2

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
3 years ago

Convert your mochawesome report to jest report

Install

npm install -D mochawesome-to-jest

Usage

import convertToJestReport from 'mochawesome-to-jest'
// import the mochawesome result depending where you have specified the reportDir
import mochaTestResults from './reports/mochawesome.json'
// convert the mocha report to jest report
const results = convertToJestReport(mochaTestResults)
console.log(results)

Application with Storybook + Jest + Cypress

Refer to this guide.

Author

šŸ‘¤ Ludovic Dorival

Show your support

Give a ā­ļø if this project helped you!

šŸ“ License

Copyright Ā© 2021 Ludovic Dorival. This project is BSD--3--Clause licensed.


This README was generated with ā¤ļø by readme-md-generator