-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Full Allure support #4
Comments
The work is happening in https://github.com/wix-incubator/jest-extend-report repo meanwhile. It will be used then as a dependency to extend jest reports with metadata available only from Circus environment. |
Heads up for the people following the issue – the work is ongoing and already halfway. 👷♂️ |
Update: there's a beta release of jest-metadata already, so hopefully soon I'll be able to integrate with it. |
@noomorph but why are you waiting for jest-metadata? Everything is already implemented in the allure-js-commons module. The request was mostly about getting access to all allure metadata how it was implemented here https://github.com/zaqqaz/jest-allure |
@Gorodb I have a certain technical vision around this project, and nothing among existing alternatives can satisfy my needs. I am aware of your fork, yet I view the decision to use those "commons" as a dead end. That approach with the environment augmentation and JSDoc pragma parsing they use is too opinionated and one-sided.
|
The work is in progress. 🏃 A few milestones have been reached already (see PR #9). Since I work on this project only one day in a week, it might take 2-3 weeks to finish it, but I have a cautious optimism that the feature will land in mid- or end-June. The new version will be most likely 2.x, and I'll start dogfooding in a few projects I work with. |
The beta release is ready for trying out (under I've started dogfooding the release here in Detox: wix/Detox#4211, wix/Detox#4228, wix/Detox#4212 Please note that the website might be moderately and sometimes severely out of sync with the current implementation — rely on Website: https://wix-incubator.github.io/jest-allure2-reporter/ UPD: |
I guess this issue stays open for too long, whereas the state of the project is a solid beta+. The docs still need some love, but I'll create that as a separate issue now. |
🧪 Beta release
broken
andfailed
tests (feat: plugin subsystem #15) (2.0.0-alpha.7)ci-info
(feat: add executor info support #18) (2.0.0-alpha.11)🎉 Official release
injectGlobals
flag (fix: CJS and ESM exports #22)@tag
and@link
(feat: custom file handlers #24)onRunComplete
report generation betweenonRunStart
andonTestFileResult
The text was updated successfully, but these errors were encountered: