allure-js
allure-js copied to clipboard
Allure support for Jest Testing Framework
I'm submitting a ...
- [x] feature request
What is the current behavior?
Currently we have support of Allure with Jasmine Testing Framework.Can we have a feature to support the Jest Testing Framework in the javascript ecosystem.
Link of Jest - (https://facebook.github.io/jest/docs/en/tutorial-react.html)
What is the motivation / use case for changing the behavior?
Jest is preferred unit testing tool for React Applications. Having Allure compatible with Jest can add more nice reports at the end of the execution.
Please tell us about your environment:
Allure version | 2.2.0 |
---|---|
Test framework | Jest |
Other information
Jest's reporter api: http://facebook.github.io/jest/docs/en/configuration.html#reporters-array-modulename-modulename-options
@satyabratasaha-me very much unlikely that anyone from Allure team will implement this. But contributions are always welcome.
Yeah, the issue is low priority but you can sponsor it. For more details please contact mailto:[email protected]
@satyabratasaha-me, @baev we did jest-allure reporting and you can check it here https://github.com/zaqqaz/jest-allure
fixed in #752 & #764