ricardofslp / dotnet-trx-merge

Merge trx files
https://www.nuget.org/packages/dotnet-trx-merge
MIT License
9 stars 4 forks source link
dotnet dotnet-tool nuget

dotnet-trx-merge

Status

1 6 3 5

Description

This tool scope is to allow the merge of several trx files in a single one. This would prepare the files to later be imported into a reporting tool.

Installation

dotnet tool install --global dotnet-trx-merge

Usage

trx-merge [OPTIONS]

Options

option description
--file, -f Trx file to merge. Can be set several times. Cannot be used with --dir.
--dir, -d Folder to look for trx files. Cannot be used with --file.
--loglevel Log Level. (default: Verbose)
--recursive, -r Search recursively in folder. Implies --dir is set.
--namespace, -n Namespace to add to output file.
--copyOriginalFiles, -c Copy the files in original folder.
--output, -o Output file path. Must include the file name, not just a directory.

👤 Author & Contributors

👤 Ricardo Pereira

👥 Main Contributors

:handshake: Contributing

Contributions, issues and feature requests are welcome!\ Feel free to check the issues page.

Show your support

Give a :star: if this project helped you!

:memo: License

Copyright © 2023 Ricardo Pereira.\ This tool is licensed under MIT License. See the LICENSE file for details.