jcansdale / TestDriven.Net-Issues

Issue tracking for TestDriven.Net
https://github.com/jcansdale/TestDriven.Net-Issues/issues
24 stars 2 forks source link

Are custom ITestRunner supported on .NET Core? #154

Closed plioi closed 4 years ago

plioi commented 4 years ago

I see you've made a lot of progress on .NET Core support in TestDriven.NET. Much appreciated!

You may recall that my side project, the Fixie test framework, took part in your original custom test framework hooks: including an assembly in the nuget package that implements your ITestRunner interface, and including a Fixie.dll.tdnet XML file which points you to the right such implementing dll/class name.

I think I have my local setup on the latest and greatest VS and TestDriven.NET, but it appears that I'm only experiencing the Ad Hoc runner.

Would you expect arbitrary ITestRunner implementations like mine to work still, or did they (understandably!) have to fall by the wayside when Microsoft changed things up so much with .NET Core? I'm happy to dig deeper on my side if you'd expect that to work already, but didn't want to invest the time if it's already known to be a cut feature.

jcansdale commented 4 years ago

Hey 👋 I've only just noticed your issue, sorry! 😊

or did they (understandably!) have to fall by the wayside when Microsoft changed things up so much with .NET Core?

Mostly this I'm afraid. 😢 It would be great if there was some kind of custom test runner support. I keep meaning to investigate this further!

plioi commented 4 years ago

No worries! Thanks for confirming.