-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Reporting is "nearly" at the MVP stage. I envision something like this:
<html>
{{ if suites: }}
{{ for suite in suites }}
<div class="suite">
<span class="status suite-{{ suite.status }}"></span>
</div>
<ul>
{{ for test in suites.tests }}
<li class="test">{{ test.steps }}
</ul>
</html>
etc etc
Metadata
Metadata
Assignees
Labels
No labels