<%= step.keyword %> <%- step.name %> <% if(step.result) { %> <% if(step.result.status === 'failed') { %> Failed <% } else if(step.result.status === 'ambiguous') { %> Ambiguous <% } else if(step.result.status === 'skipped') { %> Skipped <% } else if(step.result.status === 'undefined') { %> Undefined <% } else if(step.result.status === 'pending') { %> Pending <% } else { %> Passed <% } %> <% } %> <% if (step.text) { %> + Show Info