{% extends "ui/base_ui.html" %} {% block title %}Suites - ATP Platform{% endblock %} {% block content %}
{{ total }} suite{{ "s" if total != 1 else "" }} available
| 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. | ||||