{% set test_status=pass_fail_data["Overall status"] %}

Test Result

{% if test_status %}

PASS

{% else %}

FAIL

{% endif %}