-1

我是 terratesting 的初学者。我有一个任务,我必须对我在 terraform 中编写的 InfraStructure 代码执行 terratesting。我浏览了文档“ https://terratest.gruntwork.io/docs/getting-started/introduction/ ”。到目前为止,我能够在本地的 VS 代码中为 Azure 执行 terratest。我想在 Azure DevOps Pipeline 中进行。有没有办法在 Azure DevOps 管道中执行这些测试用例?

4

1 回答 1

1

到目前为止,我能够在本地的 VS 代码中为 Azure 执行 terratest。我想在 Azure DevOps Pipeline 中进行。有没有办法在 Azure DevOps 管道中执行这些测试用例?

实际上,我们通常使用 Terratest inAzure而不是Azure Devops Service. 如果您有兴趣在 Azure 中执行此操作,可以按照教程:使用 Terratest 在 Azure 中测试 Terraform 模块。

但是,如果您确实需要一些关于是否有可能以及如何使用 Azure Devops Pipelines 来做到这一点的指导,答案是肯定的。这是Julien Corioland的一篇很棒的博客:使用 Docker 和 Azure Pipeline 进行持续集成。希望能帮助到你 :)

于 2020-03-17T07:53:10.840 回答