Allow the merge of several trx files in a single one
$ dotnet add package dotnet-trx-mergeThis 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.
dotnet tool install --global dotnet-trx-merge
trx-merge [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. |
👤 Ricardo Pereira
👥 Main Contributors
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a :star: if this project helped you!
Copyright © 2023 Ricardo Pereira.
This tool is licensed under MIT License. See the LICENSE file for details.