{% extends "ox_layout.html" %} {% block body %} {% set my_template = task_data.
Test report | Failed | Passed | Duration | Created at |
---|---|---|---|---|
{{ test_name }} | {{ test_data['summary']['failed'] }} | {{ test_data['summary']['passed'] }} | {{ '%.2f' % test_data['summary']['duration'] }} | {{ test_data['created_at'] }} |
{{ item[piece].longrepr }}