extentreports-csharp icon indicating copy to clipboard operation
extentreports-csharp copied to clipboard

Using HTML Report, filtering not working on nodes

Open BLA0203 opened this issue 5 years ago • 0 comments

Extent Report 4.1.0 - HtmlReport(v4)

Create a ParentTest (Test Class name) Then inside ParentTest Create Node1 (Node_1) Then inside Node1 create Node1.1 (Node_1_1)

Assign some category or/and author to the Node1.1 (grandchild)

When you try to filter results, nothing comes up, not working with categories nor authors attributes which are used on nodes (createNode) instead of parent (createTest)

image

BLA0203 avatar Aug 25 '20 15:08 BLA0203