Utsukushii
Beautify Your Test Reports
Listed in categories:
Open SourceGitHubDeveloper ToolsDescription
Utsukushii is a small tool designed to transform your test reports into beautiful, easily understandable formats. Whether your test outputs are in JUnit, dotnet trx logger, or Go test formats, Utsukushii helps you present your results with clarity and style.
How to use Utsukushii?
To use Utsukushii, install the latest version using 'go install github.com/yurvonscream/utsukushii/latest'. You can run tests and generate reports using commands like 'go test -v json | utsukushii' for Go, or 'dotnet test --logger trx | utsukushii' for .NET. Reports can be served locally at http://localhost:8080.
Core features of Utsukushii:
1️⃣
JUnit Format Support: Convert JUnit outputs into a unified beautiful report
2️⃣
Dotnet trx logger Support: Convert dotnet trx logger report into a unified beautiful report
3️⃣
GoTest Format Support: Convert Go test outputs into a unified beautiful report
4️⃣
Dev modes: Run tests and look at their result in one command
5️⃣
Merge reports: Union multiple reports into a single report
Why could be used Utsukushii?
# | Use case | Status | |
---|---|---|---|
# 1 | Enhancing the readability of test reports for better team collaboration | ✅ | |
# 2 | Merging multiple test reports into a single, comprehensive report | ✅ | |
# 3 | Generating visually appealing reports for presentations or documentation | ✅ |
Who developed Utsukushii?
Utsukushii is developed by a community of contributors who welcome feedback and contributions to enhance the tool's functionality and usability.