added failure count to top of trivial reporter

This commit is contained in:
Erik Hanson
2009-08-12 10:15:15 -07:00
parent 93c7b092b3
commit 4410c7cd94
3 changed files with 24 additions and 2 deletions

View File

@@ -23,6 +23,16 @@ p {
color: red;
}
.runner {
border: 1px outset gray;
margin: 5px;
padding-left: 1em;
}
.runner.running {
background-color: yellow;
}
.suite {
border: 1px outset gray;
margin: 5px;