Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们在 TFS 中有一个编码的 UI 解决方案,并从 MS 测试管理器运行测试。如何将测试结果发布到报告门户?我刚刚从github安装了 NUGet 包
但我不清楚如何使用它。是否有一些关于使用 Report Portal API 的文档?
不幸的是,ReportPortal 还没有 MSTest 代理。但它已经到达 API,所以你可以尝试自己实现代理。还有其他几个基于 .NET 的客户端(例如): NUunit,Specflow
服务器端 API 非常强大,可以实现与任何测试引擎的集成。您可以通过以下链接查看它(必须登录):YOUR_RP_URL/ui/swagger-ui.html