{% extends "gaps/gaps_layout.html" %} {% load dashboard_extras %} {% block page_name %}QA Coverage Dashboard{% endblock %} {% block content %}

Integration Testing [TBD]

This page is work in progress.
It will be used to show test results for the daily-release process integration tests. {% for test in test_list %} {% endfor %}
Name Release Series Results
{{ test.product_name }} {{ test.release }} {{ test.series }} {{ test.results }}
{% endblock %}