{% extends "base.html" %} {% block title %}Reports{% endblock %} {% block content %}
| App | Status | Bugs | Screens | Steps | Started |
|---|---|---|---|---|---|
| {{ run.apk_name }} | {{ run.status }} | {{ run.bugs_found }} | {{ run.screens_found }} | {{ run.steps_completed }} | {{ run.started_at[:19] }} |
No reports yet. Run a QA test first.
{% endif %}