Unit tests in Visual Studio tools for Docker?

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?

+5
source share

Source: https://habr.com/ru/post/1272394/


All Articles