After running my Coded UI tests in Visual Studio 2012 I wanted the test results to be logged to an HTML file. I am able to achieve this. but my question is
Unfortunately, every single test gets its own HTML report at ..\TestResults\<Test Run Folder>\In\<Individual Test Log Folder>\<PC Name>\UITestActionLog.html
, currently I have 3 different individual tests and each gets its own
folder at ..\TestResults\<Test Run Folder>\In\
What I want is for all 3 HTML files to be combined into one, and instead of just
> Test 1
it would be:
> Test1
> Test2
> Test3
Is there a way to do this automatically with some configuration options.
I want to merge all the test 1 , test 2 & test 3 in one single HTML file. is it possible. Please help me. it is very urgent.
Thanks
laxmikant