I have a bunch of test result files (* .trx) after the build is completed in the "TestResults" directory.
Can these Jenkins test results be displayed? How? I tried the MSTest Jenkins plugin, but it only allows you to use one trx file for each job :(
*. Trx files are generated after each build and name with the date they were created: YYYY_MM_DD.HH_mm_ss.TRX, so the names are constantly changing (after each reassembly).
Any ideas on how to display these test results from Jenkins?
Thanks in advance!
Brgds, S:
source
share