Test Time: {{ timestamp }}
Index | Property Name | Precondition Page | Interaction Scenario Pages | Postcondition Page |
---|---|---|---|---|
{{ violation.index }} | {{ violation.property_name }} | {{ violation.precondition_page }} | {{ violation.interaction_pages[0] }} ~ {{ violation.interaction_pages[1] }} | {{ violation.postcondition_page }} |
Index | Property Name | Precondition Satisfied | Executed | Fails | Errors |
---|---|---|---|---|---|
{{ loop.index }} | {{ property_name }} | {{ test_result.precond_satisfied|default(0) }} | {{ test_result.executed|default(0) }} | {{ test_result.fail|default(0) }} | {{ test_result.error|default(0) }} |