mochawesome-to-jest
v0.0.2
Published
A node module template using typescript and jest
Downloads
2
Readme
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
- Github: @ludorival
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