{% extends "layout.html" %} {% block sidebar %}{% include "cupboard/sidebar.html" %}{% endblock %} {% from "run_util.html" import result_code_explanation %} {% block page_title %}Result Code {{ code }}{% if suite %} - for {{ suite }}{% endif %}{% endblock %} {% block body %}
Package | Suite | Start Time | Duration | Description |
---|---|---|---|---|
{{ run.package }} | {{ run.suite }} | {{ format_timestamp(run.start_time) }} | {{ format_duration(run.finish_time - run.start_time) }} | {{ run.description }} |