{% extends "base.html.j2" %} {% block title %}Summary{% endblock %} {% block content %} {{ summary('Results', "", [ { 'title': 'Pythonsdk Tests', 'failing': (failing_steps | length), 'total': (steps | length)}, ]) }}

{{ usecase }}

Description: {{ details }}
Components: {{ components }}
Logs
{% for step,value in steps.items() %} {% endfor %}
Name Status
{{ step }} {{ value }}
{% endblock %}