I'm making a custom HTML Helper inside a .NET Core 2.0 project, also there's a XUnit Test Project who belongs to the same solution, I have managed to test in console and everything runs fine, but I have to navigate on folders by console going in and out of my test folder when I want to use git add .
and then comming back to test, that's why I think a UI for testing will be useful, but it doesn't recognizes my tests.
The folder structure is like this:
Solution folder
--->.git
--->CustomTableMVCProject
--->TestsProject
The folder that I've opened in VS Code is the Solution Folder, so I can access to everything I need.
How can I configure this to work as it should be? I have Xunit.runner.visualstudio and Xunit.runner.console installed as nuget packages, and I'm using VS Code on Windows.