lukejpreston / junit_viewer

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

How to change the title for the generated html report? #35

Closed JennyLi90 closed 7 years ago

JennyLi90 commented 7 years ago

Are there commands that can change the generated html report's title? junit-viewer --results=location_for_junit_xml --save=saved_html

lukejpreston commented 7 years ago

the output takes the title of the file name minus the extension I think

https://github.com/lukejpreston/junit_viewer/blob/22ed4fe554ace4af72bf0e0a2afa8a3a42c2a559/src/parse.js#L22