Привет, кто-то может сталкивался с проблемой не добавляются скрины в алюр (юзаю selenium js+ cucumber)
After(async function (scenario) {
if (scenario.result.status === Status.FAILED) {
// screenShot is a base-64 encoded PNG
const screenShot = await driver.takeScreenshot();
this.attach(screenShot, "image/png");
}
}
});