{{ get_test_name_for_test_run_id(tests, test_run_id) }} {% set test = get_test_for_test_run_id(tests, test_run_id) %}

Total Response{{tests|length}}
DataPoints
Pass: {{count_of_key(tests, True)}}

Fail: {{count_of_key(tests, False)}}