Is it possible at the moment (and if so, how) to run unit tests from Visual Studio to Docker and get the results in Test Explorer?
I have success using Visual Studio tools for Docker and writing tests, both with XUnit and with Microsoft TestTools. However, there seems to be no way (which I see) to run the tests inside the docker container. I can try to customize the docker image, but is there something already available?
source share