XunitXml.TestLogger
4.1.0
dotnet add package XunitXml.TestLogger --version 4.1.0
NuGet\Install-Package XunitXml.TestLogger -Version 4.1.0
<PackageReference Include="XunitXml.TestLogger" Version="4.1.0" />
paket add XunitXml.TestLogger --version 4.1.0
#r "nuget: XunitXml.TestLogger, 4.1.0"
// Install XunitXml.TestLogger as a Cake Addin #addin nuget:?package=XunitXml.TestLogger&version=4.1.0 // Install XunitXml.TestLogger as a Cake Tool #tool nuget:?package=XunitXml.TestLogger&version=4.1.0
Xunit Test Logger
Xunit logger extensions for Visual Studio Test Platform.
Packages
Logger | Stable Package | Pre-release Package |
---|---|---|
Xunit |
If you're looking for nunit
or junit
, please see https://github.com/spekt/testlogger.
Usage
Xunit logger can generate xml reports in the xunit v2 format (https://xunit.net/docs/format-xml-v2).
- Add a reference to the Xunit Logger nuget package in test project
- Use the following command line in tests
> dotnet test --logger:xunit
- Test results are generated in the
TestResults
directory relative to thetest.csproj
A path for the report file can be specified as follows:
> dotnet test --logger:"xunit;LogFilePath=test_result.xml"
test_result.xml
will be generated in the same directory as test.csproj
.
Note: the arguments to --logger
should be in quotes since ;
is treated as a command delimiter in shell.
All common options to the logger is documented in the wiki.
License
MIT
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.5 is compatible. netstandard1.6 was computed. netstandard2.0 was computed. netstandard2.1 was computed. |
.NET Framework | net46 is compatible. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
This package has no dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on XunitXml.TestLogger:
Package | Downloads |
---|---|
M5x.Testing
Macula Base Testing Library |
|
Mi.Fx.Testing
Abstraction Layer for macula.io xunit testing. |
|
Xunit.Logging
A logger for xUnit output for lazy people (like me) |
GitHub repositories (25)
Showing the top 5 popular GitHub repositories that depend on XunitXml.TestLogger:
Repository | Stars |
---|---|
PowerShell/PowerShell
PowerShell for every system!
|
|
dotnet/aspnetcore
ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
|
|
dotnet/roslyn
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
|
|
bchavez/Bogus
:card_index: A simple fake data generator for C#, F#, and VB.NET. Based on and ported from the famed faker.js.
|
|
mono/SkiaSharp
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
|
Version | Downloads | Last updated |
---|---|---|
4.1.0 | 57,116 | 10/12/2024 |
4.0.254 | 238,156 | 7/28/2024 |
3.1.20 | 964,337 | 2/10/2024 |
3.1.17 | 938,650 | 9/17/2023 |
3.1.11 | 483,587 | 7/6/2023 |
3.0.78 | 1,052,295 | 1/30/2023 |
3.0.70 | 3,619,891 | 11/1/2021 |
3.0.66 | 1,318,459 | 3/10/2021 |
3.0.62 | 173,456 | 2/3/2021 |
3.0.56 | 25,675 | 1/31/2021 |
2.1.45 | 138,290 | 1/24/2021 |
2.1.26 | 5,703,225 | 12/22/2018 |
2.0.0 | 1,895,814 | 9/26/2017 |
1.1.0-post-rtm | 43,953 | 6/21/2017 |
1.0.3-pre-rtm | 7,586 | 6/21/2017 |
1.0.2-pre-rtm | 72,466 | 3/20/2017 |