ExtentReports 2.0.2
See the version list below for details.
dotnet add package ExtentReports --version 2.0.2
NuGet\Install-Package ExtentReports -Version 2.0.2
<PackageReference Include="ExtentReports" Version="2.0.2" />
paket add ExtentReports --version 2.0.2
#r "nuget: ExtentReports, 2.0.2"
// Install ExtentReports as a Cake Addin #addin nuget:?package=ExtentReports&version=2.0.2 // Install ExtentReports as a Cake Tool #tool nuget:?package=ExtentReports&version=2.0.2
ExtentReports (by Anshoo Arora) is a HTML reporting library for .NET and Java which is extremely easy to use and creates beautiful execution reports. It shows test and step summary, test steps and status in a toggle view for quick analysis. View Sample: http://relevantcodes.com/Tools/ExtentReports2/Extent.Net.html
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
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,741 | 7/3/2024 |
5.0.4 | 156,896 | 6/20/2024 |
5.0.3 | 6,603 | 6/14/2024 |
5.0.2 | 243,990 | 12/7/2023 |
5.0.1 | 97,037 | 10/12/2023 |
5.0.0 | 81,354 | 9/5/2023 |
5.0.0-beta2 | 1,617 | 9/1/2023 |
5.0.0-beta1 | 620 | 8/31/2023 |
5.0.0-alpha6 | 189,495 | 3/8/2021 |
5.0.0-alpha5 | 5,670 | 3/4/2021 |
5.0.0-alpha4 | 931 | 3/4/2021 |
5.0.0-alpha3 | 855 | 3/4/2021 |
5.0.0-alpha2 | 886 | 3/3/2021 |
5.0.0-alpha | 2,235 | 3/3/2021 |
4.1.0 | 4,185,526 | 8/11/2020 |
4.1.0-beta1 | 20,380 | 6/9/2020 |
4.1.0-alpha4 | 1,703 | 6/8/2020 |
4.1.0-alpha3 | 1,342 | 6/8/2020 |
4.1.0-alpha2 | 78,968 | 2/3/2020 |
4.1.0-alpha | 2,732 | 1/27/2020 |
4.0.3 | 1,329,228 | 1/29/2019 |
4.0.2 | 21,103 | 1/19/2019 |
4.0.1 | 13,113 | 1/13/2019 |
4.0.0 | 348,518 | 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,535 | 12/19/2018 |
3.1.3 | 643,805 | 4/2/2018 |
3.1.2 | 30,758 | 3/24/2018 |
3.1.1 | 21,206 | 3/6/2018 |
3.1.0 | 102,424 | 2/20/2018 |
3.0.2 | 342,707 | 3/30/2017 |
3.0.1 | 6,232 | 3/2/2017 |
3.0.0 | 6,500 | 2/23/2017 |
3.0.0-alpha-2 | 1,702 | 12/3/2016 |
3.0.0-alpha-1 | 1,535 | 11/19/2016 |
2.41.0 | 464,445 | 5/11/2016 |
2.41.0-beta2 | 1,554 | 4/30/2016 |
2.41.0-beta1 | 2,679 | 4/13/2016 |
2.40.2 | 8,716 | 2/29/2016 |
2.40.1 | 10,394 | 1/28/2016 |
2.40.1-beta4 | 2,015 | 1/15/2016 |
2.40.1-beta1 | 1,597 | 12/21/2015 |
2.0.2 | 79,131 | 8/20/2015 |
2.0.1 | 2,791 | 8/15/2015 |
(#5, #15) You can now add child tests using appendChild method
(#29) Hierarchical display of results - any number of child nodes are now allowed. Child nodes can also use the appendChild method to add nodes
(#36) Fixed issue Filtering on details is broken
(#41) The category view will now display the number of tests Passed, Failed and Others
(#42) Added support for Cyrillic characters
(#44) Show Child test's step counts in Quick Test Summary
(#45) In Quick Test Summary, only the headers that have at least 1 event-type will be displayed, all others will be hidden
Added controls to quickly expand and collapse all tests