Status: Accepted
Owner: pekka.klarck
Labels: Type-Defect Priority-Low Target-2.7.4

New issue 1211 by pekka.klarck: Small problems showing total, tag, or suite name when printing tests in report
http://code.google.com/p/robotframework/issues/detail?id=1211

When report is printed so that it has test details visible, the name/type of the printed group is shown in the test details box. It should show `Critical Tests` or `All Tests`, name of the selected tag, or name of the selected suite. In general you should see the same information as in the selector widget that is shown on browser.

Showing names mostly works but there are following small problems:

- Instead of `Critical/All Tests` you will see `critical` or `all`.
- With tags you only see the tag name, not possible associated info (e.g. critical or combined).
- With suites the name does not contain names of the possible parent suites.
- With tags and suites <, >, and & are shown in escaped format (&lt;, &gt;, &amp;)



Reply via email to