allure-js
allure-js copied to clipboard
Please add jest-circus support
I'm submitting a ...
- [x] feature request
What is the current behavior?
Currently allure-js supports only Jasmine test results. Jest-circus apperantly has a different format and therefore when I try to run my tests with jest-circus runner, I get
ReferenceError: jasmine is not defined
at registerAllureReporter (node_modules/jest-allure/dist/setup.js:62:5)
at Object.<anonymous> (node_modules/jest-allure/dist/setup.js:65:1)
error
What is the motivation / use case for changing the behavior?
I would like to run our E2E API tests with latest jest test runner.
Please tell us about your environment:
Allure version | 2.7.0 |
---|---|
Test framework | jest@latest |
Allure adaptor | allure-jest@latest |