-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jest support? #6
Comments
Hi @ypicard, For Xray Cloud, you can have a look at some tutorials: For Xray on Jira server/datacenter, you can also find similar tutorials. Regards |
closing this as it is not related to this repository. |
I think that now I've understood your question better @ypicard ; anyway, for Javascript and Jest there's no equivalent stuff (at least official). I've made a PR on the mocha-junit-reporter but I haven't got any feedback the team of that project unfortunately. I've made some PoC code with jest and that mocha-junit-reporter branch and I was able to achieve a working solution, but it's not offical nor it's final. I hope to have time to make it available later on but this is also dependent on the mocha-junit-reporter issue; it would be great if you could go there and vote and leave a comment so perhaps the team answers. |
Just did. This would indeed be perfect. Perhaps as a hint for an early improvement: possibility to link multiple requirements to a single test? 😇 Thanks! |
@ypicard thanks! That's an interesting idea and I think it can be a viable possibility. I need to work with the upstream project to get that working... but lets keep the discussion there as I think it makes more sense :) |
Indeed. |
Hi,
Is there any documentation on how to integrate those features with a NodeJS Jest test suite? If support is already provided, where is the documentation?
Thank you!
The text was updated successfully, but these errors were encountered: