-
Notifications
You must be signed in to change notification settings - Fork 125
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
Bitbucket Pipelines Test reporting displaying tests incorrectly #68
Comments
I think it should be fine changing it to use the short package name in the |
Hi, Thank you for opening this issue! Making changes to the junit.xml is challenging, because it seems that every CI system uses it in a slightly different way.For example see issue #50, which is still open as well. I think the proposed change in #69 would make the output worse on other CI systems. I'd like to find some way that allows everyone to customize the fields as necessary for their CI system, but I'm not exactly sure what that would look like yet. |
#49 also seems relevant, which effectively is the opposite change to this PR. It sounds like the bug here might be in Bitbucket Pipelines Test reporting, it seems to be doing something different from all the other tools. That said, I am still interested in finding a way to make it work for all tools, by allowing fields to be customized. |
hmm... maybe some additional flag something like |
I've added some flags in #70 which should hopefully work for both cases |
Thanks, looks cool! |
I'm using this with the Bitbucket Pipelines Test reporting and found an issue that test results displayed incorrectly.
Following input:
results in following test representation in Bitbucket Pipelines:
While input with the short package name in the
classname
property:Results in the much better representation on the Bitbucket Pipeliens UI:
The text was updated successfully, but these errors were encountered: