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
- Host: GitHub
- URL: https://github.com/timheuer/trxviewer
- Owner: timheuer
- License: mit
- Created: 2025-03-04T17:06:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-12T01:44:45.000Z (over 1 year ago)
- Last Synced: 2025-03-12T02:34:21.609Z (over 1 year ago)
- Topics: dotnet, test, testing, trx
- Language: TypeScript
- Homepage:
- Size: 203 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](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.

In action...

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