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
If a full-page image/video is added to Allure Report (Awesome), it's not scaled down to fit the viewport.
A couple of examples (created using the xcresult reader; MAC with Xcode is required). Note the scroll bars.
A full-page screenshot:
yarn workspace sandbox run allure awesome ../reader/test/resources/xcresultdata/activities/screenshot.xcresult
yarn workspace sandbox run allure open
A full-page video:
yarn workspace sandbox run allure awesome ../reader/test/resources/xcresultdata/activities/videoCapture.xcresult
yarn workspace sandbox run allure open
This makes working with images and videos less convenient and is generally not what users expect here (I guess).
The text was updated successfully, but these errors were encountered:
If a full-page image/video is added to Allure Report (Awesome), it's not scaled down to fit the viewport.
A couple of examples (created using the
xcresult
reader; MAC with Xcode is required). Note the scroll bars.A full-page screenshot:
A full-page video:
This makes working with images and videos less convenient and is generally not what users expect here (I guess).
The text was updated successfully, but these errors were encountered: