Skip to content

Conversation

@gyoung-tf
Copy link

Add support for karma-junit-reporter.

The only difference between Jest Junit and Karma Junit Reporter is that Jest comes with a parent <testsuites> XML element wrapper, whereas Karma Junit reporter does not. So this PR essentially duplicates the Jest Junit parser into karma-junit parser. Any suggestions/feedback on how to deduplicate things is appreciated. Originally had the karma parser extending the Jest parser, but that caused some problems with types that could only be fixed with @ts-ignore.

@gyoung-tf gyoung-tf force-pushed the karma-junit-reporter-support branch from 42773c6 to e96f14b Compare November 18, 2025 04:02
@gyoung-tf gyoung-tf marked this pull request as draft November 18, 2025 04:05
@gyoung-tf gyoung-tf force-pushed the karma-junit-reporter-support branch from e96f14b to 08646e4 Compare November 18, 2025 04:11
@gyoung-tf gyoung-tf marked this pull request as ready for review November 18, 2025 04:44
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

Successfully merging this pull request may close these issues.

1 participant