Skip to content
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

Has anyone created a way to consolidate the xml files #19

Open
JeffAtAtl opened this issue Jan 30, 2019 · 1 comment
Open

Has anyone created a way to consolidate the xml files #19

JeffAtAtl opened this issue Jan 30, 2019 · 1 comment

Comments

@JeffAtAtl
Copy link

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.

@ruedigergad
Copy link
Owner

Hi,

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.

Cheers,

Ruediger

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants