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

xunit2subunit filter to convert xunitxml to subunit #24

Draft
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

nithyag
Copy link

@nithyag nithyag commented Mar 24, 2017

Adding a subunit filter to convert xunitxml files to subunit format

Copy link
Member

@freeekanayaka freeekanayaka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know that currently there are no tests for the other filter scripts. But what do you think of starting adding them? This particular filter could be the first step.

Something as simple as running the filter against some sample data and validating the output would do it.

@nithyag
Copy link
Author

nithyag commented Mar 27, 2017

Thanks for your review @freeekanayaka I will submit a test for this filter soon

@rbtcollins
Copy link
Member

Hi yes - I second Free's request for tests - there are actually unit tests of most of the filters core, its only the very edge code that is untested (or somewhat untested)

@nithyag
Copy link
Author

nithyag commented May 14, 2017

Work in progress

@jelmer
Copy link
Member

jelmer commented Jun 15, 2018

ping :) any news on this?

@mtreinish
Copy link
Contributor

fwiw, I actually recently implemented basically this as a standalone tool (mostly as just an exercise to teach myself rust) here: https://github.com/mtreinish/junitxml2subunit I had an application generating junit that I needed to convert to subunit which is using that now.

@jelmer jelmer marked this pull request as draft March 9, 2021 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
8 participants