$narrative<% } // issues/see annotations writeIssuesOrSees(utils.specAnnotation(data, spock.lang.Issue), 'Issues') writeIssuesOrSees(utils.specAnnotation(data, spock.lang.See), 'See') %>
Created on ${new Date()} by ${System.properties['user.name']}
| Executed features | Failures | Errors | Skipped | Success rate | Time |
|---|---|---|---|---|---|
| ${stats.totalRuns} | ${stats.failures} | ${stats.errors} | ${stats.skipped} | ${fmt.toPercentage(stats.successRate)} | ${fmt.toTimeDuration(stats.time)} |
|
$name
To top
<%
def ignoreReason = description.getAnnotation(spock.lang.Ignore)?.value()
if (ignoreReason) {
%>
$ignoreReason <%
}
writeIssuesOrSees(description.getAnnotation(spock.lang.Issue), 'Issues')
writeIssuesOrSees(description.getAnnotation(spock.lang.See), 'See')
%>
|
|||||||||||||||||
|
$block.kind |
$block.text |
||||||||||||||||
| Params: |
|
<%
def failCount = iterations.findAll { it.failures || it.errors }.size()
def passedCount = iterations.size() - failCount
%>
$passedCount/${iterations.size()} passed |
|||||||||||||||
|
Geb artifacts
|
|||||||||||||||||
|
The following problems occurred:
|
|||||||||||||||||