如何在 Azure DevOps 中创建集成测试?

How to create integration tests in Azure DevOps?

我是 devops 新手,现在我的任务是为项目创建集成测试,但项目中没有使用 Selenium。请帮助我

要解决这个问题,您需要创建“VS TEST”任务。有必要在其中指定 2 个参数“测试文件”和“测试过滤器”。由于在我的任务中有一个集成测试,我在“测试文件”字段中指出 **/mytestfile.csptojenter image description here 在“测试过滤器”字段中 FullyQualifiedName ~ Integration