我们可以检索旧测试的报告吗?

Can we retrieve the report of an older test?

我运行一个场景A,它的结果存储在surefire-reports(test 1)中。我再次 运行 场景 A,新结果在 surefire-reports(测试 2)中被覆盖。我可以检索测试 1 的报告吗?

不,你不能。您知道 JUnit HTML 报告吗?您可以在浏览器选项卡中打开它两次,然后只刷新一个并进行比较。

https://github.com/intuit/karate#junit-html-report