Open simsekahmett opened 3 years ago
I think your tests aren't being run, they're only being loaded (i.e. the test definitions are discovered so that Test Explorer can show them in its tree view). See also here. What you want is a setting for this extension that disables automatically loading the tests, so they're only being loaded when you click the reload button in Test Explorer.
OS: macOS Catalina 10.15.7 Environment: VSCode1.52.1 Extensions:
I want to disable autorun for tests on VSCode startup. Following button does not work;
.net Core Test Summary output
Tests are failing because the dependency projects haven't been loaded/builded yet.