Skip to content

simplytest/extentreports-csharp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Extent Framework 4 - Community Edition - .Net Core / .Net Standard

NuGet Join the chat at https://gitter.im/anshooarora/extentreports-csharp Codacy Badge

.NET Framework 4.5+ .NET Core 2.1+ .NET Standard 1.5+

Documentation

This is a modified version of the popular test reporting framework ExtentReports, which supports now all current versions of .NET Frameworks including .NET Core and .NET Standard framework. Now you can use it in all types of your .NET projects.

Usage:

public AventStack.ExtentReports.ExtentReports Reporter =  new AventStack.ExtentReports.ExtentReports();

Hint: Due to the overlapping naming of the namespace and the class ExtentReports, .NET Core compiler shows an error 'ExtentReports' is a namespace but is used like a type'. You can get rid of this issue using full qualified names like above or using a class alias.

Try it out and enjoy, your SimplyTest team.

View extentreports.com for complete documentation.

License

Apache-2.0

About

Extent Framework Community edition for .NET Core

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 60.0%
  • HTML 40.0%