anshooarora / extentreports-csharp

Community version of Extent API for .NET has moved to https://github.com/extent-framework/
http://extentreports.com/
Other
47 stars 43 forks source link

ReportName and DocumentTitle does not work #134

Open pavlikpatrycja opened 6 years ago

pavlikpatrycja commented 6 years ago

Hi, I try to set ReportName and DocumentTitle in htmlReporter.Configuration() in .NET but DocumentTitle and ReportName does nothing. Am I doing it wrong? htmlReporter.Configuration().DocumentTitle = "title"; htmlReporter.Configuration().ReportName = "reportName";

GrantiVersace commented 6 years ago

@pavlikpatrycja I have the same issue. I'm using ExtentReports version 3.1.3. Configuration() does not work.

gravity239 commented 6 years ago

You guys can use version 3.1.1, this bug doesn't happen on this version