是否可以使用 gatling 为 assertion.xml 中的每个测试用例添加一个类名?

Is it possible to add a classname to each test case in assertion.xml using gatling?

我想使用加特林 junit 报告在测试中自动上传它link 使用 Hudson 但是文件中没有类名标签所以我不能 link 它到测试用例.有什么办法可以添加吗?

终于不用改junit文件了!我在 testling 中使用了测试套件名称作为自定义字段,并在 hudson 中使用 testlink 插件对其进行了配置。