From f5ec9ccff620912dc3542d5cee024c05642f3827 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Thu, 19 Aug 2021 13:07:15 -0600 Subject: [PATCH] CSS! The HTML report looks beautiful. --- src/spectator/formatting/html/body.ecr | 34 ++--- src/spectator/formatting/html/head.ecr | 201 +++++++++++++++++++++++++ 2 files changed, 218 insertions(+), 17 deletions(-) diff --git a/src/spectator/formatting/html/body.ecr b/src/spectator/formatting/html/body.ecr index c239d50..05c683f 100644 --- a/src/spectator/formatting/html/body.ecr +++ b/src/spectator/formatting/html/body.ecr @@ -5,8 +5,8 @@ <%- if report.counts.fail > 0 -%> -

Failures

- + <%- end -%> <%- if report.counts.pending > 0 -%> -

Pending

- + <%- end -%> -

Examples

+

Examples (<%= report.counts.total %>)