I have a bunch of test result files (*.trx
) after build is complete in directory TestResults
.
Is it possible to display those test results in Jenkins? How?
I tried MSTest Jenkins plugin but it allows only one trx
file per job :(
*.trx
files are generated after each build and named with the date they are created: YYYY_MM_DD.HH_mm_ss.TRX
thus names are constantly changing (after each re-build).
Any ideas how to display those test results in Jenkins?