1

我有一个关于 Allure 的参数支持的问题。在https://github.com/allure-framework/allure-core/wiki/Parameters的示例中,您使用 @Parameter 注释了方法参数。不幸的是 ru.yandex.qatools.allure.annotations.Parameter 只允许在字段中进行注释。TestNG Parameter 注释将字段和方法作为目标。那么你使用哪个 Parameter 注释呢?

4

1 回答 1

2

我使用了 Allure 1.4.11,后来添加了注释参数的可能性。更新到 1.4.14 后,它按预期工作。

于 2015-06-26T06:04:25.693 回答