如何从 Azure devops 触发 AWS Device farm 测试

How to trigger AWS Device farm tests from Azure devops

我有一个用于移动应用程序的 Azure CI-CD 构建,当它完成构建时,我希望它连接到我的 AWS Device Farm 并在生成的应用程序上触发一套测试。

AWS 中是否有我可以设置的东西,以便我可以从我的 Azure 构建中通过某些 AWS API 访问它?还有在 Azure Devops 方面,我该怎么做?我已经安装了“AWS Toolkit for Azure DevOps”但不确定从那里去哪里(如果甚至需要该工具包)。

因此,在 Azure DevOps Marketplace 中,您可以安装 AWS ToolKit for Azure DevOps like I did. From there, the task you need to add to your build is called "AWS CLI”,它将允许您为要执行的操作指定身份验证、命令、子命令和选项。不需要什么在 AWS 上完成,因为 AWS CLI 与您的服务的不同 API 端点交互。