allure-js icon indicating copy to clipboard operation
allure-js copied to clipboard

Allure support for Jest Testing Framework

Open satyabratasaha-me opened this issue 7 years ago • 3 comments

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

satyabratasaha-me avatar Dec 11 '17 13:12 satyabratasaha-me

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.

just-boris avatar Dec 11 '17 17:12 just-boris

Yeah, the issue is low priority but you can sponsor it. For more details please contact mailto:[email protected]

baev avatar Dec 15 '17 13:12 baev

@satyabratasaha-me, @baev we did jest-allure reporting and you can check it here https://github.com/zaqqaz/jest-allure

zaqqaz avatar Jun 13 '18 10:06 zaqqaz

fixed in #752 & #764

baev avatar Sep 11 '23 09:09 baev