Hi,
I try to add Project and Report name using:
var extentxReporter = new ExtentXReporter();
extentxReporter.Configuration().ReportName = "Build123";
extentxReporter.Configuration().ProjectName = "MyProject";
extentxReporter.Configuration().ServerURL = "http://localhost:1337/";
var extent = new ExtentReports();
extent.AttachReporter(htmlReporter, extentxReporter);
Like it is shown in the readme file. What I must do to really record this new values?
After I attach the extentXReport in extent object:
At the same time when I check ExtentXReport.Configuration() I see the values that I put:
The text was updated successfully, but these errors were encountered:
sisillV
changed the title
ExtentXReort
ExtentXReport always with Default name and Default Project
Mar 15, 2017
Hi,
I try to add Project and Report name using:
var extentxReporter = new ExtentXReporter();
extentxReporter.Configuration().ReportName = "Build123";
extentxReporter.Configuration().ProjectName = "MyProject";
extentxReporter.Configuration().ServerURL = "http://localhost:1337/";
var extent = new ExtentReports();
extent.AttachReporter(htmlReporter, extentxReporter);
Like it is shown in the readme file. What I must do to really record this new values?

After I attach the extentXReport in extent object:
At the same time when I check ExtentXReport.Configuration() I see the values that I put:

The text was updated successfully, but these errors were encountered: