formulahendry / formulahendry/vscode-dotnet-test-explorer
[Question] - Running Tests within Docker and "publish" results to UI
- Dominant language
- TypeScript
- Stars
- 208
- Forks
- 93
- PR merge metrics
- No merged PRs in 30d
Description
Is there a way of running your Xunit tests within a docker container and publishing the results from the container to the UI using your extension?
I ask because currently in Azure Dev Ops we have a `Dockerfile` which is run via `docker-compose` and then we copy the test results out of the container using `docker cp`. Example:
```bash
docker cp $(Build.DefinitionName)-$(TestImageName)-$(Build.BuildNumber):/TestResults/. $(System.DefaultWorkingDirectory)/TestResults/
```
I basically want to run the same test process locally as I do in Azure Dev Ops, while retaining the use of your excellent extension.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.