{% extends "layout.html" %} {% block title %}Golem : {{project|capitalize}} : {{suite}}{% endblock %} {% block head %} {% endblock %} {% block content %}

{{suite}}

{% if g.user.project_weight(project) >= 30 %} {% endif %} Code {% if g.user.project_weight(project) >= 30 %} {% endif %}

Settings

Browsers
Environments
Tags
Processes

  • Tests

      {%- for elem in all_test_cases recursive %} {%- if elem.type == 'directory' -%}
    • {{ elem.name }}
        {{ loop(elem.sub_elements) }}
    • {%- else %}
    • {%- endif %} {%- endfor %}
  • {% endblock %} {% block footer_declarations %} {% endblock %}