You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 8, 2019. It is now read-only.
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: