❔ How to connect to `Microsoft.NET.Test.Sdk`?
Anyone here with experience in https://github.com/microsoft/vstest ?
Or in other words
I'm writing my own test framework, and I'm trying to understand how this works but I'm slightly lost in the docs.
It's pretty well documented from a concept standpoint, I got a good idea on how the architecture should look like.
I'm just having a hard time figuring out how this all should fit together.
I had a look at
Fixie seems the simplest repo, but it still looks like a lot of loosely coupled application code. And I'm struggling to understand it.
Or in other words
Microsoft.NET.Test.SdkI'm writing my own test framework, and I'm trying to understand how this works but I'm slightly lost in the docs.
It's pretty well documented from a concept standpoint, I got a good idea on how the architecture should look like.
I'm just having a hard time figuring out how this all should fit together.
I had a look at
MS Test, xUnit, NUnit and Fixie. But I'm not getting any wiser.Fixie seems the simplest repo, but it still looks like a lot of loosely coupled application code. And I'm struggling to understand it.
GitHub
Visual Studio Test Platform is the runner and engine that powers test explorer and vstest.console. - GitHub - microsoft/vstest: Visual Studio Test Platform is the runner and engine that powers test...
