{% extends "ui/base_ui.html" %} {% block title %}Suites - ATP Platform{% endblock %} {% block content %}

Suites

{{ total }} suite{{ "s" if total != 1 else "" }} available

Upload YAML Suite
{% for sd in suites %} {% else %} {% endfor %}
Name Version Tests Created Actions
{{ sd.name }} {{ sd.version or "—" }} {{ sd.tests_json|length }} {% if sd.created_at %} {{ sd.created_at.strftime("%Y-%m-%d") }} {% else %} — {% endif %}
No suites found. Upload a YAML file to get started.
{% if total_pages > 1 %} {% endif %} {% endblock %}