You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to have this plug-in or an additional plug-in that would take the output and consolidate them into one single file. I guess I could put all my tests into one namespace.
The text was updated successfully, but these errors were encountered:
thanks a lot for your feedback an apologies for the late reply.
I started to look into this but I cannot say if I will have the time for implementing this functionality.
Nonetheless, a bit more information about your use case will be helpful, just in case, I manage to spend some time on this:
What use case are you aiming at?
One simple way of implementing this I can think of would be to "squash" all results in a "pseudo catch all namespace". However, this would loose the namespace specific information and some information like test execution time per namespace would not be available.
A more complicated way for doing this would be to add tags for each namespace. However, I need to check if the resulting XML output would still be compliant to the JUnit XML format.
Is compatibility with the JUnit XML format important.
I would like to have this plug-in or an additional plug-in that would take the output and consolidate them into one single file. I guess I could put all my tests into one namespace.
The text was updated successfully, but these errors were encountered: