microsoft / DockerTools

Tools For Docker, including Visual Studio Provisioning and Publishing
Other
173 stars 26 forks source link

Please add support for dotnet vstest MyApplication.dll #333

Open litan1106 opened 2 years ago

litan1106 commented 2 years ago

Please add support for dotnet vstest MyApplication.dll so we can run tests with container tool.

NCarlsonMSFT commented 2 years ago

The testing team has added support for running tests in a container: https://docs.microsoft.com/en-us/visualstudio/test/remote-testing?view=vs-2022

litan1106 commented 2 years ago

The testing team has added support for running tests in a container: https://docs.microsoft.com/en-us/visualstudio/test/remote-testing?view=vs-2022

I already checked out that link before I created the issue. Remote testing doesn't support multiple containers. Some applications required a mssql database for testing.

NCarlsonMSFT commented 2 years ago

@litan1106, your best bet is to submit a suggestion requesting support for the remote test feature supporting starting dependencies.