使用: ru.yandex.qatools.allure:allure-junit-adapter 1.5.0
希望对lambda表达式的字段使用@Step注释:
@Step("Assert screens")
protected AssertScreenshotsInterface compareScreenshots = () -> assertThat(compareImages(getEtalonScreenshotPath(), getCurrentScreenshotPath(),
getDifferentScreenshotPath())).isTrue();
ide show提示:“@ Step不适用于字段”。我在每次测试中都使用它,如何在倾城报告中支持lambda?