{% extends "insanity/base.html" %} {% load insanity_extra %} {% block title %} Test #{{test.id}} {% endblock %} {% block content %}
Test #{{ test.id }} | |||||||
---|---|---|---|---|---|---|---|
TestRun | {{test.testrunid}} | ||||||
test type | {{test.type.type}} | ||||||
Success rate | {{test.resultpercentage|floatformat:1}}% | ||||||
Subtests |
{% for subtest in test.child.all %}
Test #{{ subtest.id }} Success:{{subtest.resultpercentage|floatformat:1}}% {% endfor %} |
||||||
Container | Scenario #{{ test.parent.id }} | ||||||
Arguments | {% test_args_dict test %} | ||||||
CheckList | {% test_checklist_dict test %} | ||||||
OutputFiles |
|
||||||
ExtraInfo | {% test_extrainfo_dict test %} | ||||||
Monitors |
|