You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using allure-robotframework==2.15.2 with robotframework==7.3.2
My report is generated with allure-commandline version 2.34.1 npx --yes allure-commandline generate
When I attach images (diff, expected, actual) with Attach keyword, then the images displayed in "Show overlay" mode are too short. The bottom of the biggest images is hidden. I have to set the effective size of the //div[@class="screen-diff__overlay screen-diff__container"] to show it completely.
For example I've two images with different sizes :
Hi everybody,
I'm using
allure-robotframework==2.15.2withrobotframework==7.3.2My report is generated with allure-commandline version 2.34.1
npx --yes allure-commandline generateWhen I attach images (diff, expected, actual) with Attach keyword, then the images displayed in "Show overlay" mode are too short. The bottom of the biggest images is hidden. I have to set the effective size of the
//div[@class="screen-diff__overlay screen-diff__container"]to show it completely.For example I've two images with different sizes :
//div[@class="screen-diff__overlay screen-diff__container"]I expect the comparator height to be at least 2109 instead of 1926
I don't know if the issue is on allure report or in the listener allure-robotframework
Here is my snipet :
Thanks for feedback