ortoniKC / ortoni-report

Welcome to Ortoni Report, a comprehensive and visually appealing HTML report generator tailored for Playwright tests. Designed with powerful features and customizable options, Ortoni Report simplifies the process of reviewing and managing test results, making test reporting more intuitive and accessible.
https://www.npmjs.com/package/ortoni-report
GNU General Public License v3.0
51 stars 3 forks source link

[Improvement] Screenshot Position #3

Closed shortcut2yp closed 5 months ago

shortcut2yp commented 5 months ago

Screenshot is currently at same hierarchy of Duration , due to which it gets right aligned. In cases where log text length is long , screenshot goes further right and goes out of the screen.

Currently it looks like image

Is it designed to be like this ? or can we move screenshot element inside same Div as Duration which will make it look like image

ortoniKC commented 5 months ago

It is intentionally designed like this, as I want to bring the test steps in that gap.

ortoniKC commented 5 months ago

I can improve the log element to wrap so that it won't push other elements to overflow.

ortoniKC commented 5 months ago

Improved in the V1.1.1 pls check.

shortcut2yp commented 5 months ago

working ! Thanks 🙌