Skip to content

Instantly share code, notes, and snippets.

View mauriciosl's full-sized avatar

Mauricio Souza Lima mauriciosl

View GitHub Profile
#!/usr/bin/env python
#
# Original author: Corey Goldberg, Dec 2012
# Updated by: Mauricio Lima, Jun 2013
# Improvements detecting differente styles of junit report (Jasmine report)
import os
import sys
import xml.etree.ElementTree as ET