{% extends "base.html" %} {% block title %}QA Test{% endblock %} {% block content %}
📦
Drop APK here
or click to browse

Recent Tests

{% if state.test_runs %} {% for run_id, run in state.test_runs.items() %}
{{ run.apk_name }} {{ run.bugs_found }} bugs {{ run.status }}
{% endfor %} {% else %}

No tests yet. Upload an APK to start.

{% endif %}
{% endblock %}