The Microsoft.Testing.Platform extension to convert TRX files generated during the test session into the preferred format using LiquidTestReports, the Liquid template language processor.
To generate and convert a test report, specify at least the following three required options as arguments to dotnet test.
dotnet test --report-trx --report-trx-filename TestResult.trx --liquidtr-template TestResult.template.md
For details on each option, refer to the output of dotnet test --help.
For instructions on configuring test projects in NUnit and MSTest, refer to the examples directory.
Note
Smdn.Extensions.Mtp.LiquidTestReports is currently only available as a pre-release version. This is due to the reason that the final release version of LiquidTestReports.Core v2, one of its dependency packages, has not yet been released.
The versions of the Smdn.Extensions.Mtp.LiquidTestReports package currently available that have the suffix -rc can be used as release versions.
Contributions are appreciated!
If there's a feature you would like to add or a bug you would like to fix, please read Contribution guidelines and create an Issue or Pull Request.
IssueやPull Requestを送る際は、Contribution guidelinesをご覧頂ください。 可能なら英語が望ましいですが、日本語で構いません。
This project is licensed under the terms of the MIT License.
This project incorporates implementations partially ported from the following projects. See also ThirdPartyNotices.md for detail.