Skip to content

embix/trx2junit-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

trx2junit-docker

Dockerize the trx2junit dotnet tool so we can use it on demand without actually installing it.

Usage

Convert trx files in local folder under linux:

docker run -it --rm -v `pwd`:/data embix/trx2junit-docker:latest /data

or in Windows/Powershell

docker run -it --rm -v ${PWD}:/data embix/trx2junit-docker:latest /data/*

About

dockerize the trx2junit dotnet tool so we can use it on demand without actually installing it

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published