我正在尝试将自定义字段添加到此链接中提到的 Serenity 报告: https ://serenity-bdd.github.io/theserenitybook/latest/extended-reports.html
尝试ApplicationVersion
以这种格式在 serenity 属性文件中添加信息:
report.customfields.ApplicationVersion = 1.2.3
我使用的宁静版本是2.0.17。
我试过了
mvn serenity:aggregate -DHOST=$HOST -Dreport.customfields.ApplicationVersion=1.2.4
指挥也是如此,但徒劳无功。
你能告诉我解决这个问题的方法吗?