Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rahulrathore44/trx2excel
Utility to Convert MSTest trx file to excel report file
https://github.com/rahulrathore44/trx2excel
excel report trx trx-to-excel
Last synced: about 2 months ago
JSON representation
Utility to Convert MSTest trx file to excel report file
- Host: GitHub
- URL: https://github.com/rahulrathore44/trx2excel
- Owner: rahulrathore44
- License: gpl-3.0
- Created: 2017-01-07T12:08:24.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-01-27T23:38:02.000Z (almost 3 years ago)
- Last Synced: 2023-08-21T23:20:50.527Z (over 1 year ago)
- Topics: excel, report, trx, trx-to-excel
- Language: C#
- Homepage: https://www.udemy.com/user/rahulrathore3/
- Size: 2.61 MB
- Stars: 8
- Watchers: 1
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Trx2Excel command line utility
Command line application for converting MStest trx result file to Excel spreadsheet
### How to use the application
To use the application
```c
Trx2Excel.exe
```### Video Tutorial
Visual Studio TRX file to Excel Report Generator : https://www.youtube.com/watch?v=49OxAGZBHgc&list=PLlsKgYi2Lw72Glr4QeuN0WZjuOgdzdAVO&index=4
### To see this whole thing running simply checkout this project, build it and run this command:
`Trx2Excel.exe "F:\TrxFiles\SeleniumResult.trx" "D:\Reports\SeleniumExcelRep.xlsx"`
### Report
![Trx file](https://github.com/rahulrathore44/Trx2Excel/blob/master/Trx2Excel/Srcshots/Trx.PNG)
![Cmd file](https://github.com/rahulrathore44/Trx2Excel/blob/master/Trx2Excel/Srcshots/Capture.PNG)
![Excel Spreadsheet](https://github.com/rahulrathore44/Trx2Excel/blob/master/Trx2Excel/Srcshots/Excel1.PNG)
![Excel Charts](https://github.com/rahulrathore44/Trx2Excel/blob/master/Trx2Excel/Srcshots/Excel2.PNG)