如何在TFS上为dockerized F#Expecto测试配置CI [英] How to configure CI for dockerized F# Expecto tests on TFS

查看:83
本文介绍了如何在TFS上为dockerized F#Expecto测试配置CI的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一些由Expecto和fscheck框架编写的 dockerized F#测试,作为dotnet核心独立可执行文件.

I have some dockerized F# tests written by expecto and fscheck frameworks, as a dotnet core standalone executable.

如何在Team Foundation Server上配置持续集成以运行它们并在每次相应运行后获取报告?

How to configure continuous integration on Team Foundation Server to run them and get the report after each run accordingly?

推荐答案

如果您的意思是已经拥有具有正确SDK/环境的docker映像,则只需在带有CI构建的TFS中运行该映像(配置持续集成).

If you mean you already have the docker image which has the proper SDK/envirement, then you just need to run the image in TFS with CI build (Configure continuous integration).

要运行该映像,您需要安装 Docker集成扩展名,请参考

To run the image, you need to install the Docker Integration extension, please refer to Build, push and run Docker images with Visual Studio Team Services for details.

其他文章可能会帮助您

  • Running Selenium Tests in Docker using VSTS Release Management
  • How to run .NET unit tests in a docker container

这篇关于如何在TFS上为dockerized F#Expecto测试配置CI的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆