After running my tests on the encoded interface in Visual Studio 2012, I wanted the test results to be logged in an HTML file. After completing this tutorial, I was able to achieve this.
Unfortunately, each test receives its own HTML report in ..\TestResults\<Test Run Folder>\In\<Individual Test Log Folder>\<PC Name>\UITestActionLog.html , I currently have 3 different individual tests , and each gets its own folder in ..\TestResults\<Test Run Folder>\In\
Each resulting HTML file is as follows:

I want all 3 HTML files to be combined into one, and instead of just
Test 1
that would be like
Test 1
Test 2
Test 3
Is there a way to do this automatically with some configuration options, or am I stuck writing a program to combine all the HTML files myself?
Kyle V.
source share