标签: protractor allure
在7.1.3. Features下描述了“ Allure Reporter”页面,例如: 为了添加测试的详细说明,您应该调用setDescription(description)方法,其中description是您的string参数。
7.1.3. Features
setDescription(description)
string
但没有说明如何在规范文件中使用此方法。