如何将Junit测试结果发送到InfluxDB
目前,我使用 Junit 5 准备了一些测试套件。希望将测试结果指标发送到 Grafana。我正在考虑将测试结果发送到 Influx db,最后将其重新路由到 Grafana。有没有办法使用 Sunfire XML 文件来实现这个用例?
Currently, I've some tests suite in place with me using Junit 5. Wanted to send the test result metrics to Grafana. I'm thinking of sending the test results to Influx db and re-route it to Grafana at the end. Is there a way to use Sunfire XML file to achieve this use case?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我也打算这样做,我在网上找到了这个。
https://medium.com/detesters/ how-to-store-junit-tests-in-an-influxdb-7faf63dd562a
我会做更多研究,并正在考虑创建一个junit5 扩展来执行此操作。如果我有解决方案,我会将其发布在这里。
I am planning to do the same, and I found this on the web.
https://medium.com/detesters/how-to-store-junit-tests-in-an-influxdb-7faf63dd562a
I will do more research and am thinking of creating a junit5 extension to do this. If I have a solution, I will post it here.