mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-17 06:47:09 +01:00
Added support for dotnet nunit
This commit is contained in:
parent
c9b3d0e2bd
commit
a97564ca53
21 changed files with 3265 additions and 1615 deletions
10
README.md
10
README.md
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue