Skip to content
This repository has been archived by the owner on Jan 31, 2021. It is now read-only.
/ trxy Public archive

A viewer for Visual Studio test results files (TRX)

License

Notifications You must be signed in to change notification settings

mtusk/trxy

Repository files navigation

trxy

View Visual Studio Test results files (.trx) on any platform without the need for Visual Studio.

trxy on MacOS in dark mode

Built with Create-React-App and Electron.

Getting Started

$ npm install
$ npm run start      # serves on localhost:3000 and runs electron
$ npm run web-start  # serves on localhost:3000
$ npm run build      # builds the electron app for the current operating system into /dist
$ npm run sample-trx # generates a sample trx file from /examples/TrxySampleTests

Check out /examples/TrxySampleTests/TestResults for some example files to open!

Alternatives

A lighter-weight alternative: trxviewer Visual Studio Code extension.

About

A viewer for Visual Studio test results files (TRX)

Resources

License

Stars

Watchers

Forks

Packages

No packages published