{% extends "base.html" %} {% block body %}

Summary

System info

Command executed

$ python {{" ".join(args.command)}}
It took {{execution_info['duration']}} to run. ⚠️ This duration may be impacted by plugins that run within the application

Plugins used

Artifacts

{% for report in reports %} {% if report['type'] == 'image' %} {% endif %} {% if report['type'] == 'html' %} {% endif %} {% endfor %} {% endblock body %}