Added support for dotnet nunit

This commit is contained in:
Simen Sandvaer 2022-11-06 14:12:13 +01:00
parent c9b3d0e2bd
commit a97564ca53
21 changed files with 3265 additions and 1615 deletions

View file

@ -127,6 +127,7 @@ jobs:
# Format of test results. Supported options:
# dart-json
# dotnet-trx
# dotnet-nunit
# flutter-json
# java-junit
# jest-junit
@ -219,6 +220,15 @@ Supported testing frameworks:
For more information see [dotnet test](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-test#examples)
</details>
<details>
<summary>dotnet-nunit</summary>
Supports [NUnit 3.0 XML format](https://docs.nunit.org/articles/nunit/technical-notes/usage/Test-Result-XML-Format.html), such as those produced from Unity Test Runner.
Supported testing frameworks:
- [NUnit](https://nunit.org/)
</details>
<details>
<summary>flutter-json</summary>