extent-framework / extentreports-csharp

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

V4.0.1 reports some issues #27

Closed CMALD closed 4 years ago

CMALD commented 5 years ago

------- index.html file: 1.1. description of CreateNode method doen not diaplayed in report (This issue refer to ExtentHtmlReporter report type)

------- tag.html file: 2.1. TestName value in main table does not appears as link (as ExtentV3HtmlReporter type) (This issue refer to ExtentLoggerReporter & ExtentHtmlReporter report types)

2.2. List of tags appears as non spaces between words example:

   test.AssignCategory("Tag Name");

appears as "TagName" (as one word) (This issue refer to all report types)

anshooarora commented 5 years ago

1.1 Fixed

2.1 Do you mean with the cursor:pointer?

2.2 This is expected as having spaces breaks search/filters.

CMALD commented 5 years ago

html reporter: htmlreport

html v3 reporter: htmlv3report

I mean that the test name will be clickable, and will moving to the linked test steps in index page

CMALD commented 5 years ago

Description of CreateTest method does not displayed in report (This issue refer to ExtentV3HtmlReporter report type)