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 has been archived by the owner on Jan 8, 2019. It is now read-only.
Technical Specification
Extent Report : Version 3.1.3
Supported Language: C#
Supported Framework : NUnit 3.11.0
Issue-1 : Extent Report C# does not support second child node of its parent test,
Example:
Here Node2 should be child node of Node1, But it does not creating child node from Node1. Its just creating Child node up to root 1.
HTML :
Same code is working in Java:
Issue 2: Configuration settings does not reflecting to Report.
htmlReporter.Configuration().ReportName = "Temp Headline";
htmlReporter.Configuration().Theme = Theme.Dark;
htmlReporter.Configuration().DocumentTitle = "Temp title";
The text was updated successfully, but these errors were encountered: