diff --git a/css/testReport.scss b/css/testReport.scss index a8cb87c..78930fb 100644 --- a/css/testReport.scss +++ b/css/testReport.scss @@ -9,64 +9,48 @@ .total { h2 { - margin-bottom: 30px; + padding-top: 2px; } } .test-suite { cursor: pointer; - - &.passing { - h4 { - background-color: #6fba6f; - padding: 4px 4px; - color: #000000; - overflow: auto; - } - margin: 11.5px 0px; - } - - &.failing { - h4 { - background-color: #FA4444; - padding: 4px 4px; - color: #000000; - overflow: auto; - } - margin: 11.5px 0px; - } + margin: 11.5px 0px; } - .test { - &.passing { - &.row { - margin-left: 0px; - margin-right: 0px; - border-bottom: groove; - border-width: 1px; - border-color: #6fba6f; - background-color: #eaeaea; - } + .test-suite--failing { + h4 { + background-color: #FA4444; + padding: 4px 4px; + color: #000000; + overflow: auto; } } - .test { - &.failing { - &.row { - margin-left: 0px; - margin-right: 0px; - border-bottom: groove; - border-width: 1px; - border-color: #FA4444; - background-color: #eaeaea; - } + .test-suite--passing { + h4 { + background-color: #6fba6f; + padding: 4px 4px; + color: #000000; + overflow: auto; } } - .time { - p { - float: right; - } + .test-case--passing { + margin-left: 0px; + margin-right: 0px; + border-bottom: groove; + border-width: 1px; + border-color: #6fba6f; + background-color: #eaeaea; } + .test-case--failing { + margin-left: 0px; + margin-right: 0px; + border-bottom: groove; + border-width: 1px; + border-color: #FA4444; + background-color: #eaeaea; + } } diff --git a/development/test-report/master/index.html b/development/test-report/master/index.html index 7bc9ec7..15ad3ef 100644 --- a/development/test-report/master/index.html +++ b/development/test-report/master/index.html @@ -3,22 +3,22 @@ ---
testTakeScreenshots
29.457s
testAgentSettingsController
0.020s
testCreateInventory
0.045s
testFooterView
0.017s
testInventoryTableView
0.017s
testLoadingIndicatorView
0.022s
testMessageLabel
0.021s
testSendXMLInventory
0.053s