snsinahub-org/XML to HTML Converter

Convert XML test results to beautifully formatted HTML reports

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
xml-filePath to the XML file to convert (can be relative or absolute path)yes
output-typeOutput type: "file" to generate HTML files, "code" to return HTML as output, "both" for both file and code outputnofile
output-formatHTML format: "full", "table", "summary", "compact", or "all"nofull
output-filenameCustom output filename (without extension). If not provided, uses input filenameno
include-stylesInclude CSS styles in the HTML outputnotrue
show-suite-infoShow test suite information (for table format)notrue
show-timestampsShow timestamps in the output (for table format)notrue
namedescription
html-contentGenerated HTML content (when output-type is "code")
html-file-pathPath to the generated HTML file (when output-type is "file")
summaryJSON summary of test results
total-testsTotal number of tests
passed-testsNumber of passed tests
failed-testsNumber of failed tests
total-suitesTotal number of test suites
total-timeTotal execution time in seconds