<% _.each(suite.features, function(feature) { %>

<%= feature.keyword %>: <%= feature.name %>

<% if (feature.description) { %>

<%= feature.description.replace(/\n/g, '
') %>

<% } %> <% _.each(feature.elements, function(element) { %>

<%= element.keyword %>: <%= element.name %>

<% _.each(element.steps, function(step) { %>

<% if(step.result) { %> <% } %> <%= step.keyword %> <%- step.name %> <% if (step.text) { %>


<%= step.text %>
<% } %> <% if (step.image) { %> <% } %> <% if (step.result.error_message) { %>
<%= step.result.error_message.replace(//g, ')') %>
<% } %>

<% }); %>
<% }); %>
<% }); %>