{% import './components/badge.html' as badge %} {% if passed != 0 %} {{badge.passed(passed)}} {% endif %} {% if skipped != 0 %} {{ badge.skipped(skipped) }} {% endif %} {% if failed != 0 %} {{ badge.failed(failed) }} {% endif %}

Feature: {{name}}

{{id}}

{% if description != "" %}

Description: {{description}}

{%endif%} {% if tags != "" %}

Tags: {{tags}}

{%endif%}

{% if duration > 1 %} Executed in {{duration|round(3)}}s {% else %} Executed in {{(duration*1000)|round(3)}}ms {%endif%}

{{scenarios|safe}}