1

我正在使用 erlangOTP 和通用测试框架

XML 测试报告是使用通用测试挂钩 cth_surefire生成的。

每个测试用例都以返回一个自定义的字符串结束,如下所示:

Comment = io_lib:format( "Success with blah blah. foo: ~w ~n", [foo]),
Result = { comment, Comment }
.

然而,XML 报告不包括Result上述内容。

如何将Result值添加到 cth_surefire XML 报告?

4

0 回答 0