getgauge / html-report

HTML report generation plugin for Gauge
Apache License 2.0
29 stars 41 forks source link

**Add a scroll to the html reporting for the shared data table in the scenario of the same specification, so that it adapts to a standard display** #288

Open zbrea opened 2 years ago

zbrea commented 2 years ago

Add a scroll to the html reporting for the shared data table in the scenario of the same specification, so that it adapts to a standard display I use a lot of data in an external csv file, for each specification (covered by several test scenarios), for a mobile application.

The problem is that, in the event of a bug reported in the html reporting, the screenshot of the bug becomes very very large, because it fits with the page which becomes very large because the data table has a lot of values.

So to avoid this problem I suggest you add a scroll, if the width of the data table becomes wider than the html reporting web page.

1- Problem: report_Problem

2- Solution: see the scroll pointed by the red arrow under the table report_Solution

Originally posted by @zbrea in https://github.com/getgauge/gauge/discussions/2237

wujinyiEX commented 2 years ago

I have the same problem.Watching