getgauge / html-report

HTML report generation plugin for Gauge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

**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**

zbrea opened this issue · comments

commented

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 getgauge/gauge#2237

I have the same problem.Watching