{% extends "base.html" %} {% block title %}Runs · shipgate{% endblock %} {% block content %}
History will appear here after you start a suite run.
| Started | Branch | Suite | Status | Findings | |
|---|---|---|---|---|---|
| {{ run.started_at }} | {{ run.branch }} | {{ run.suite_id }} |
{{ run.status.value }}
{% if run.status.value == "failed" and run.error_message %}
{{ run.error_message }}
{% endif %}
|
{{ run.summary.finding_count if run.summary else "—" }} | Overview · Findings |