<%= spec.name %>
|
<%= spec.successPercentage%>%
successful |
Features
Feature | Duration | Result |
---|---|---|
<%= featureName %> | <%= feature.duration %>s | <%= feature.result.description %> |
<% feature.steps.each{ step -> %>
<%= step.type %> <%= step.description %> <%= step.result.description %>
<% if (feature.details) { %>
<% if (step.details) { %> <%= step.details %> <%= feature.details %> |
System Out
${spec_standard_output}
System Error
${spec_error_output}