extent-framework / extentreports-csharp

Extent Reporting Library, .NET
http://extentreports.com
Apache License 2.0
50 stars 40 forks source link

Node description is not displayed in SparkReport #148

Closed moonvi closed 10 months ago

moonvi commented 2 years ago

Hi @anshooarora When using Description for node (child test), it's not displayed in report html.

var parentTest = extent.CreateTest("Parent Test", "Parent Description"); var childTest = test.CreateNode("Child Name", "Child Description").Pass("Test ended with Pass");

ExtentReports: v5.0.0-alpha6 Type: ExtentSparkReporter