ExtentReports 2.40.1-beta1
See the version list below for details.
dotnet add package ExtentReports --version 2.40.1-beta1
NuGet\Install-Package ExtentReports -Version 2.40.1-beta1
<PackageReference Include="ExtentReports" Version="2.40.1-beta1" />
paket add ExtentReports --version 2.40.1-beta1
#r "nuget: ExtentReports, 2.40.1-beta1"
// Install ExtentReports as a Cake Addin #addin nuget:?package=ExtentReports&version=2.40.1-beta1&prerelease // Install ExtentReports as a Cake Tool #tool nuget:?package=ExtentReports&version=2.40.1-beta1&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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- HtmlAgilityPack (>= 1.4.9)
- Microsoft.AspNet.Razor (>= 2.0.30506)
- RazorEngine (>= 3.7.3)
NuGet packages (43)
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.5-beta1 | 4,531 | 7/3/2024 |
5.0.4 | 146,880 | 6/20/2024 |
5.0.3 | 6,570 | 6/14/2024 |
5.0.2 | 240,110 | 12/7/2023 |
5.0.1 | 96,223 | 10/12/2023 |
5.0.0 | 80,642 | 9/5/2023 |
5.0.0-beta2 | 1,615 | 9/1/2023 |
5.0.0-beta1 | 616 | 8/31/2023 |
5.0.0-alpha6 | 187,888 | 3/8/2021 |
5.0.0-alpha5 | 5,654 | 3/4/2021 |
5.0.0-alpha4 | 929 | 3/4/2021 |
5.0.0-alpha3 | 853 | 3/4/2021 |
5.0.0-alpha2 | 884 | 3/3/2021 |
5.0.0-alpha | 2,233 | 3/3/2021 |
4.1.0 | 4,159,688 | 8/11/2020 |
4.1.0-beta1 | 20,325 | 6/9/2020 |
4.1.0-alpha4 | 1,701 | 6/8/2020 |
4.1.0-alpha3 | 1,335 | 6/8/2020 |
4.1.0-alpha2 | 78,928 | 2/3/2020 |
4.1.0-alpha | 2,721 | 1/27/2020 |
4.0.3 | 1,325,467 | 1/29/2019 |
4.0.2 | 21,061 | 1/19/2019 |
4.0.1 | 13,076 | 1/13/2019 |
4.0.0 | 347,946 | 1/9/2019 |
4.0.0-beta3 | 1,578 | 1/7/2019 |
4.0.0-beta2 | 1,501 | 12/28/2018 |
4.0.0-beta1 | 1,590 | 12/25/2018 |
4.0.0-alpha2 | 1,489 | 12/25/2018 |
4.0.0-alpha1 | 1,534 | 12/19/2018 |
3.1.3 | 643,046 | 4/2/2018 |
3.1.2 | 30,646 | 3/24/2018 |
3.1.1 | 21,111 | 3/6/2018 |
3.1.0 | 101,896 | 2/20/2018 |
3.0.2 | 342,036 | 3/30/2017 |
3.0.1 | 6,224 | 3/2/2017 |
3.0.0 | 6,492 | 2/23/2017 |
3.0.0-alpha-2 | 1,700 | 12/3/2016 |
3.0.0-alpha-1 | 1,533 | 11/19/2016 |
2.41.0 | 462,547 | 5/11/2016 |
2.41.0-beta2 | 1,552 | 4/30/2016 |
2.41.0-beta1 | 2,677 | 4/13/2016 |
2.40.2 | 8,706 | 2/29/2016 |
2.40.1 | 10,385 | 1/28/2016 |
2.40.1-beta4 | 2,013 | 1/15/2016 |
2.40.1-beta1 | 1,595 | 12/21/2015 |
2.0.2 | 79,103 | 8/20/2015 |
2.0.1 | 2,766 | 8/15/2015 |
#215 - ability to specify date via config.xml for .NET
#202 - fixed issue causing categories with spaces not getting filtered
#201 - adds replaceExisting feature to allow over-writing an existing file
allow sorting categories in alphabetical order
allow adding description to child tests