Total Statistics Specs Total: <%- _.reduce(_.map(suites, function(suite) {return suite.statistic.specs.total}), (a,b) => a+b) %> Passed: <%- _.reduce(_.map(suites, function(suite) {return suite.statistic.specs.passed}), (a,b) => a+b) %> Failed: <%- _.reduce(_.map(suites, function(suite) {return suite.statistic.specs.failed}), (a,b) => a+b) %>
<% _.forEach(suites, function (suite, suiteIndex) { %>
<%- suite.name %>
<% }); %>
<% _.forEach(suites, function (suite, suiteIndex) { %> <% }); %>