diff --git a/test/test-automation/style.xsl b/test/test-automation/style.xsl index 255e54f8c..c09591cb4 100644 --- a/test/test-automation/style.xsl +++ b/test/test-automation/style.xsl @@ -107,6 +107,9 @@ $(document).ready(function() { /* Initially everything is hidden */ $("div.tests").hide(); $("div.asserts").hide(); + + $("div.test[result='passed']").addClass('passedTest'); + $("div.test[result='failed']").addClass('failedTest'); }); @@ -114,10 +117,7 @@ $(document).ready(function() { div, h1 { padding: 3px 10px 2px 10px; -} - -h3 { - padding: 0 0 0 0; + margin: 5px 0px 5px 0px; } .document { @@ -130,23 +130,28 @@ h3 { font-style: italic; } +.bigtitle { + font-size: 14pt; + font-weight: bold; +} + .title { font-weight: bold; } .switch { font-style: italic; - color: rgb(10, 10, 200); + color: rgb(10, 10, 200); /*#024A68;*/ font-size: 10pt; cursor: pointer; } .passedTest { - background-color: green; + background-color: #64AA2B; } .failedTest { - background-color: red; + background-color: #FF6E40; } .statistics { @@ -168,31 +173,33 @@ h3 {
Statistics:
- Suites:
- Tests in total:
-
- Passed tests:
- Failed tests:
-
+ Executed test suites.
+ Tests in total: (passed: , failed: )
-

Test results:

- [Show All Tests] | +
+ Test Results
+ [Show All Tests] | [Show Everything]
- +
+
- Suite: () + Suite: ()
Tests: passed , failed , skipped .
Total runtime: seconds.
[Show tests] -
- -
+
+ +
+ + + + Name: ( - )
Description:
@@ -215,8 +222,8 @@ h3 { Asserts Failed
- -
+
+