Here's how to interpret the "passed" and "ignored" counts:
the count includes all combinations of "stage" x "target" x "CI job where the test was executed or ignored".
Total tests: {{ test_count }}
To find tests that haven't been executed anywhere, click on "Open all" and search for "passed: 0".
{% for suite in suites.suites %}
{{ suite.group|safe }}
{% endfor %}