You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Reporting is "nearly" at the MVP stage. I envision something like this:
etc etc
The text was updated successfully, but these errors were encountered: