lukejpreston / junit_viewer

Start a mini service to view junit reports
39 stars 17 forks source link

Printing is truncated #39

Closed fangly closed 7 years ago

fangly commented 7 years ago

Hi,

I have just discovered junit-viewer and from what I can see in the demo, the functionalities are great. One thing I am missing is the ability to print the report (e.g. to PDF). Specifically, the problem is the presence of the inner scroll bar (on the right) in the "suites_container" element, which causes the print to be truncated when there are many tests.

Changing the height of this element from 516px to 100% fixes this behavior and I suggest it should be the default.

Cheers,

Florent

lukejpreston commented 7 years ago

I am in the middle of changing it to this xunit-viewer it isn't ready to be used but I think the new view should work. This project will call that one instead.

fangly commented 7 years ago

Well done, Luke! It looks like it would print just fine,