A Concordion specification includes a group meta
tag in the head element,
<head> <title>Adding Group Metadata</title> <meta name="group" content="Grouping Tests"/> </head>
The overview page is generated from AddingGroupMeta.html
(this page),
The generated overview page will list the test under a group heading. The generated overview page will include the
Concordion run
command along side the test, for example,
<h2>Grouping Tests</h2> <ul> <li> <a concordion:run="concordion" href="AddingGroupMeta.html">Adding Group Metadata</a> </li> </ul>