diff --git a/CHANGELOG.md b/CHANGELOG.md index cbf43348..b4d56b49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ ### Fixed - Properly trigger PHPUnit colored (ANSI) mode when Steward itself is in ANSI mode. +- Stop counting test's running time (shown in `results.xml`), if the test ended with fatal error (#6). ## 1.0.0 - 2015-05-09 ### Added diff --git a/src/results.xsl b/src/results.xsl index f5a95abf..d3e81247 100644 --- a/src/results.xsl +++ b/src/results.xsl @@ -6,7 +6,7 @@ Steward results - +
@@ -109,7 +109,7 @@ - + @@ -155,38 +155,53 @@ - + - + + + + - - - success - danger - info - - - - - glyphicon - - glyphicon-ok - glyphicon-remove - glyphicon-question-sign - - - -    - + + + warning +   fatal + + + + + success + danger + info + + + + + glyphicon + + glyphicon-ok + glyphicon-remove + glyphicon-question-sign + + + +    + + + - + + - + + @@ -197,17 +212,18 @@
- - + +