Fuchu icon indicating copy to clipboard operation
Fuchu copied to clipboard

dotnet test adapter

Open mausch opened this issue 8 years ago • 1 comments

After #50 , implement the adapter for dotnet test to work.

Docs are currently dismal so I guess we'd have to dive into xunit or nunit's code.

mausch avatar Jul 04 '16 22:07 mausch

A related but different issue is that there didn't seem to be any support for non-core adapters (i.e., the kind of adapter that has been around for years, used outside of .NET Core project).

So I rustled one up: https://github.com/interactsw/fuchu-adapter

idg10 avatar Sep 05 '16 13:09 idg10