Rider Unit Test: Export Results with RunTimes

26 Views Asked by At

I regularly use a suite of pertinent "Unit" Tests as a Performance Testing Framework.

Sometimes I want to be able to run it repeatedly on different commits to re-check how the performance has evolved (or to double check the consequences of my rebasing).

Rider has a good test view where it shows the test run time ... but I'd like to be able to copy that data, quickly. (e.g. to look through and document the results whilst the next run is happening)

Is there any way to export the test run results, along with their run time, to some sort of text/data file?

0

There are 0 best solutions below