mochawesome-to-jest
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

Welcome to mochawesome-to-jest 👋

Version Documentation License: BSD--3--Clause

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

Package Sidebar

Install

npm i mochawesome-to-jest

Weekly Downloads

1

Version

0.0.2

License

BSD-3-Clause

Unpacked Size

68.9 kB

Total Files

50

Last publish

Collaborators

  • ludorival