{% extends "layout.html" %} {% block nav %} {% endblock %} {% block content %}
Feature: {{ escape(feature['name']) }} {% if feature['tags'] %} {{ feature['tags'] }} {% endif %} Scenario: {{ escape(scenario['name']) }} {{ scenario['tags'] }} {% if scenario['sub_headers'] %} {{ scenario['sub_headers'] }} {% endif %} |
Offset and Duration (s) |
🔗 <{{ step['heading_level'] }} style="display: contents;" title="{{ escape(step['name']) }}"> {{ escape(step['name']) }}{{ step['heading_level'] }}> | |
🔗
{{ step_keyword }}{{ escape(step['name']) }} |
{{ step_timing }} |
{% if step['text'] %}
{{ escape(step['text']) }}{% endif %} {% if step['table'] %} {{ escape(step['table']) }}{% endif %} | |
{% if step['result']['stdout'] %}
{{ escape("\n".join(step['result']['stdout'])) }}{% endif %} {% if step['images'] is defined %} {% if step['result']['stdout'] %} {% endif %} {% for image in step['images'] %} {% endif %} {{ escape("\n".join(step['result']['error_message'])) }}{% endif %} |