ExtentReports 2.40.1-beta4

This is a prerelease version of ExtentReports.
There is a newer version of this package available.
See the version list below for details.
dotnet add package ExtentReports --version 2.40.1-beta4
NuGet\Install-Package ExtentReports -Version 2.40.1-beta4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ExtentReports" Version="2.40.1-beta4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ExtentReports --version 2.40.1-beta4
#r "nuget: ExtentReports, 2.40.1-beta4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ExtentReports as a Cake Addin
#addin nuget:?package=ExtentReports&version=2.40.1-beta4&prerelease

// Install ExtentReports as a Cake Tool
#tool nuget:?package=ExtentReports&version=2.40.1-beta4&prerelease

ExtentReports is an open-source reporting library for test automation. It is very easily integrated with all test-frameworks (TestNG, JUnit, NUnit etc.) and provides better looking reports. Because Extent is created as a logging utility, it is also possible to use custom logs for each test, add snapshots & videos, assign categories and authors and filter using several parameters.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (41)

Showing the top 5 NuGet packages that depend on ExtentReports:

Package Downloads
AutoTestExtras.Core

Automation test extension for API/Web/Mobile/Performance with enabled dotnet core support and other features. This package includes the AutoTestExtras framework assembly, which is referenced by your automation tests.

Selenium.QuickStart

QuickStart your web testing automation focusing only on what is important, being productive. Once you set your solution to x86 or x64, inherit a class and change your app.config as you want, this will provide an automatic Selenium WebDriver setup and session management, ExtentReports (Including Klov) to save test execution results, screenshot, video recording and email sending functionalities built in and ready to use with parametrizations you can set through an app.config. For installing this package successfully, your solution should be set to x86 instead of AnyCPU.

VirgosolQA.Report

Package Description

OneStreamAutoLibrary

Package Description

DRAMA

Full Stack Test Automation Framework

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on ExtentReports:

Repository Stars
Accenture/Ocaramba
C# Framework to automate tests using Selenium WebDriver
extent-framework/extentreports-dotnet-cli
Extent CLI for .NET Test Frameworks
Version Downloads Last updated
5.0.2 59,078 12/7/2023
5.0.1 56,074 10/12/2023
5.0.0 39,625 9/5/2023
5.0.0-beta2 1,575 9/1/2023
5.0.0-beta1 577 8/31/2023
5.0.0-alpha6 115,691 3/8/2021
5.0.0-alpha5 4,903 3/4/2021
5.0.0-alpha4 890 3/4/2021
5.0.0-alpha3 815 3/4/2021
5.0.0-alpha2 843 3/3/2021
5.0.0-alpha 2,134 3/3/2021
4.1.0 3,331,160 8/11/2020
4.1.0-beta1 18,266 6/9/2020
4.1.0-alpha4 1,649 6/8/2020
4.1.0-alpha3 1,250 6/8/2020
4.1.0-alpha2 76,667 2/3/2020
4.1.0-alpha 2,119 1/27/2020
4.0.3 1,190,715 1/29/2019
4.0.2 20,003 1/19/2019
4.0.1 11,867 1/13/2019
4.0.0 98,544 1/9/2019
4.0.0-beta3 1,541 1/7/2019
4.0.0-beta2 1,456 12/28/2018
4.0.0-beta1 1,538 12/25/2018
4.0.0-alpha2 1,443 12/25/2018
4.0.0-alpha1 1,503 12/19/2018
3.1.3 617,161 4/2/2018
3.1.2 27,282 3/24/2018
3.1.1 19,487 3/6/2018
3.1.0 92,922 2/20/2018
3.0.2 315,435 3/30/2017
3.0.1 5,962 3/2/2017
3.0.0 6,138 2/23/2017
3.0.0-alpha-2 1,664 12/3/2016
3.0.0-alpha-1 1,502 11/19/2016
2.41.0 402,782 5/11/2016
2.41.0-beta2 1,512 4/30/2016
2.41.0-beta1 2,644 4/13/2016
2.40.2 8,478 2/29/2016
2.40.1 10,197 1/28/2016
2.40.1-beta4 1,980 1/15/2016
2.40.1-beta1 1,561 12/21/2015
2.0.2 78,526 8/20/2015
2.0.1 2,597 8/15/2015

2.40.1 Beta 4
   (#265) Fixed status hierarchy to report SKIP if the test contains PASS, INFO, UNKNOWN. The following hierarchy will now be used:
       FATAL
       FAIL
       ERROR
       WARNING
       SKIP
       PASS
       INFO->PASS
       UNKNOWN
   (#272) Fixed document charset issues

2.40.1 Beta 3
   (#149) UX updates - containers are now resizable
   (#241) Fixed issue when running tests in parallel: System.InvalidOperationException : Collection was modified; enumeration operation may not execute
   (#150) Exception View - This view is automatically created if an error is logged using the following logs:
       log(LogStatus status, Exception ex);
       log(LogStatus status, string stepName, Exception ex);

2.40.1 Beta 2
   (#164) Performance improvements for filters
   (#188) Allow adding HTML to test description
   (#189) Categories will be sorted alphabetically
   (#190) Template error when user creates logs with and without stepName.
   (#191) Update steps-chart when filtering by status & category
   (#196) Show child test descriptions
   (#201) Ability to append to an existing report by specifying the ReplaceExisting as false. If true, the file will be replaced and a brand new report created. ReplaceExisting is true by default.
       ExtentReports(FilePath, ReplaceExisting = true, DisplayOrder Order = DisplayOrder.OldestFirst);
   (#202) In categories view, fix status filters for Pass, Fail, Others
   (#215) Ability to specify date and timeformat in extent-config.xml
   (#221) Adds localization for Spanish, to specify your locale, use (all unsupported locales default to "en"):
       Thread.CurrentThread.CurrentUICulture = CultureInfo.GetCultureInfo("es-ES");