vakenbolt / go-test-report

Captures go test output and parses it into a single self-contained HTML file.
Apache License 2.0
157 stars 34 forks source link

Feat/add append command #32

Open jiaohu opened 3 years ago

jiaohu commented 3 years ago
  1. add append command to append data with the existed html file
  2. add -p to point out package for test
    $ go test  /aaa/xxx_test.go -json | go-test-report -p  [file package]