Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.69 KB

Readme.md

File metadata and controls

32 lines (20 loc) · 1.69 KB

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