haf / expecto

A smooth testing lib for F#. APIs made for humans! Strong testing methodologies for everyone!
Apache License 2.0
663 stars 96 forks source link

Report test execution time #373

Closed teo-tsirpanis closed 4 years ago

teo-tsirpanis commented 4 years ago

My project has fifty tests. I observe the test runner to take some more time at one of them, but I have no idea which of them is the culprit.

Is there any way to view that? If not, a good implementation idea would have been to display execution time in the test summary, or even better create XML test reports like NUnit.

haf commented 4 years ago

You could enable the xml reporting?

teo-tsirpanis commented 4 years ago

Oh, I didn't know at all about that. I just saw the Expecto.TestResults NuGet package.

Thanks. Keep up the good work!