{% if status == "passed"%}
{% elif status == "skipped"%}
{% elif status == "failed"%}
{%endif%}

Scenario: {{name}} {% if parameters != "" %} [ {{parameters}} ] {% endif %}

{% 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%}

{{steps|safe}}
{% if status == "failed" %} {%endif%}
{% if status == "failed" %}
{% endif %}