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