Skip to content

zytedata/onefile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

onefile

Merge multiples files into one!

Current supported files to merge:

Example for junit.xml file merge:

from onefile.junit import merge_junit_files

merge_junit_files(["junit_1.xml", "junit_2.xml", "junit_3.xml"])

Example for report.html file merge:

from onefile.report_html import merge_report_html_files

merge_junit_files(["report_html_1.xml", "report_html_2.xml", "report_html_3.xml"])