Ask HN:测试可观测性,你有什么推荐?

1作者: vrm9 个月前
我维护一个开源项目,其中包含非常复杂的持续集成(CI)设置。目前,我们已经到了需要观察哪些测试不稳定,尤其是在测试运行内部重试的情况下。一个理想的解决方案是托管服务,它可以接收来自 cargo nextest、vitest、playwright、pytest 和 go test 的 junit.xml 导出文件。 大家有什么推荐吗?
查看原文
I maintain an OSS project with a very involved CI setup. We're at the point where it is worth having observability into which tests are flaky, especially within intra-test-run retries. An ideal solution would be a managed service that takes junit.xml exports from cargo nextest, vitest, playwright, pytest, and go test. What do you all recommend?