Metadata-Version: 2.4
Name: trx-viewer
Version: 0.1.1
Summary: A helper program for reading .NET test files (TRX)
Author-email: Roddy Rappaport <roddy.rappaport@gmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Requires-Dist: pyside6>=6.8.0
Description-Content-Type: text/markdown

# TRX Viewer

<img src="trx_viewer/ViewerGUI/logo.svg" alt="TRX VIewer logo" style="width:200px;"/>

TRX Viewer is a multi-platform software for viewing .NET test (TRX) files.
It is highly performant, and can handle TRX files with hundreds of thousands of tests.

Users can see and filter individual tests based on test parameters such as outcome and duration, and can see specific test information such as the stdout and stderr values of selected tests.

## Installation

TRX viewer is available on pip:

```bash
pipx install trx-viewer
```

Currently no standalone application launcher is provided, so simply start it from the terminal.

## Program Showcase

![App screenshot regular](Screenshots/regular.png)
![App screenshot filter success](Screenshots/filter_success.png)
![App screenshot empty app](Screenshots/empty_app.png)
![App screenshot about open](Screenshots/about_open.png)