diff --git a/src/Test/Tasty/Runners/Reporter.hs b/src/Test/Tasty/Runners/Reporter.hs
--- a/src/Test/Tasty/Runners/Reporter.hs
+++ b/src/Test/Tasty/Runners/Reporter.hs
@@ -241,7 +241,7 @@
       case Exception.fromException err of
         Just TestSkipped -> do
           printLines
-            [ prettyPath [red] testName groupNames_,
+            [ prettyPath [yellow] testName groupNames_,
               "Test was skipped",
               "\n"
             ]
@@ -331,7 +331,7 @@
       mempty
         { testSuites =
             [ JUnit.failed testName
-                & JUnit.stderr (Text.pack resultDescription)
+                & JUnit.stderr ("Test result:\n\n" <> Text.pack resultDescription)
                 & JUnit.time resultTime
                 & inSuite groupNames
             ],
diff --git a/tasty-test-reporter.cabal b/tasty-test-reporter.cabal
--- a/tasty-test-reporter.cabal
+++ b/tasty-test-reporter.cabal
@@ -4,10 +4,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: a4d345049a749ffb167be4b397124f8a212b1f39e91a3d110cdb3cf72a10eab4
+-- hash: f7eba2269195afe0c4f0b053b6950b6c17313c931ced729b83cf7e14fad68edd
 
 name:           tasty-test-reporter
-version:        0.1.1.0
+version:        0.1.1.1
 synopsis:       Producing JUnit-style XML test reports.
 description:    Please see the README at <https://github.com/stoeffel/tasty-test-reporter>.
 category:       Testing
