Полина, у меня похожий стап
if (scenario.isFailed()) {
final AllureLifecycle lifecycle = Allure.getLifecycle();
lifecycle.getCurrentTestCase().ifPresent(uuid -> {
lifecycle.addAttachment("Screenshot", "image/png", "png", getScreenshotBytes());
lifecycle.addAttachment("Page source", "text/html", "html", getPageSourceBytes());
lifecycle.addAttachment("Browser Logs", "text/plain", "txt", getBrowserLogBytes());
});
использую сценарий и лайвсайкл