zopkio
    {%- if active == "summary" %}
  • {%- else %}
  • {%- endif %} Summary
  • {%- if active == "results" %}
  • {%- else %}
  • {%- endif %} Results
      {%- for config_name in report_info.config_to_test_names_map.keys() %}
    • {{ config_name }} {%- if report_info.config_to_test_names_map[config_name]|length > 0 %}
        {%- for test_name in report_info.config_to_test_names_map[config_name] %}
      • {{ test_name }}
      • {%- endfor %}
      {%- endif %}
    • {%- endfor %}
  • {%- if active == "diff" %}
  • {%- else %}
  • {%- endif %} Diff
  • Logs