Skip to content

Instantly share code, notes, and snippets.

View kobenguyent's full-sized avatar

KobeN kobenguyent

  • Somwhere on Earth
View GitHub Profile
@kobenguyent
kobenguyent / merge_junit_results.py
Last active February 19, 2020 14:16 — forked from cgoldberg/merge_junit_results.py
Merge multiple JUnit XML results files into a single results file.
#!/usr/bin/env python
"""Merge multiple JUnit XML results files into a single results file."""
# MIT License
#
# Copyright (c) 2012 Corey Goldberg
#
# Updated by Thanh Nguyen - September 2019