File: junit2html.1

package info (click to toggle)
junit2html 31.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 576 kB
  • sloc: xml: 3,208; python: 1,023; makefile: 6; sh: 5
file content (20 lines) | stat: -rw-r--r-- 507 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.\" Manpage for python3-junit2html
.TH JUNIT2HTML 1 "2025-08-31" "junit2html 31.0.2" "User Commands"
.SH NAME
junit2html \- convert JUnit XML reports to HTML
.SH SYNOPSIS
.B junit2html
.RI [ JUNIT_XML_FILE ]
.RI [ NEW_HTML_FILE ]
.SH DESCRIPTION
junit2html is a simple Python tool to produce a single HTML file
from a JUnit XML file.
.SH OPTIONS
.IP JUNIT_XML_FILE
The input JUnit XML file.
.IP NEW_HTML_FILE
Optional output HTML file name.
.SH SEE ALSO
python3(1)
.SH AUTHOR
Ian Norton <inorton@gmail.com>