Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/u2takey/junit2html

junit2html
https://github.com/u2takey/junit2html

Last synced: 15 days ago
JSON representation

junit2html

Awesome Lists containing this project

README

        

# junit2html

## Install

```bash
go install github.com/u2takey/junit2html@latest
```

## Usage

```bash
# usage1: convert junit test xml to html
./junit2html ./test.xml ./output/report.html

# usage2: convert go test output to html
go test -v ./... | ./junit2html ./output/index.html --open
```

## Demo

![demo1](./examples/example1.gif)

![demo2](./examples/example2.gif)

## Refer
- [go-junit-report](https://github.com/jstemmer/go-junit-report)
- [junit2html](https://github.com/inorton/junit2html)