UNPKG

@jasbel/wdio-html-nice-reporter

Version:

WebdriverIO report plugin. Create an HTML formatted report. compatible with webdriverio version 9

12 lines (10 loc) 285 B
{% from "suite.njk" import renderSuite %} <tr> <td colspan="2"> {% if suites and suites.length > 0 %} <h3>{{info.cid}}</h3> {% else %} <h3 class="warning">{{info.cid}}</h3> {% endif %} {% if suite %} {{ renderSuite(suite) }} {% endif %} </td> </tr>