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

https://github.com/timheuer/trxviewer

TRX file viewer for VS Code
https://github.com/timheuer/trxviewer

dotnet test testing trx

Last synced: 2 months ago
JSON representation

TRX file viewer for VS Code

Awesome Lists containing this project

README

          

[![VS Marketplace Badge](https://img.shields.io/visual-studio-marketplace/v/timheuer.trxview?label=VS%20Code%20Marketplace&color=brightgreen&logo=visualstudiocode)](https://marketplace.visualstudio.com/items?itemName=TimHeuer.trxview)

# TRX file viewer

This is a simple renderer for VS Code of the TRX test result file format. When installed if you have a `.trx` file, this extension will offer to open and render it for you.

It will parse the TRX file and visualize total, passing, failing, and other (skipped, notexecuted) results in summary, with the ability to expand each test to see output or other details as reported.

![image](docs/sample-view.png)

In action...

![image](docs/sample-view.gif)

## Credits

Pie chart provided by [Highcharts](https://www.highcharts.com)