diff --git a/_includes/head.html b/_includes/head.html index 8a30164..0c22eea 100755 --- a/_includes/head.html +++ b/_includes/head.html @@ -44,6 +44,9 @@ {% endif %} + {% if page.layout == 'testReport' %} + + {% endif %} diff --git a/_layouts/testReport.html b/_layouts/testReport.html new file mode 100644 index 0000000..fcf39f0 --- /dev/null +++ b/_layouts/testReport.html @@ -0,0 +1,13 @@ +--- +layout: container +--- + +
+ + + {{ content }} +
\ No newline at end of file diff --git a/css/testReport.scss b/css/testReport.scss new file mode 100644 index 0000000..a8cb87c --- /dev/null +++ b/css/testReport.scss @@ -0,0 +1,72 @@ +--- +--- + +.test-report { + + p { + padding: 10px; + } + + .total { + h2 { + margin-bottom: 30px; + } + } + + .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; + } + } + + .test { + &.passing { + &.row { + margin-left: 0px; + margin-right: 0px; + border-bottom: groove; + border-width: 1px; + border-color: #6fba6f; + background-color: #eaeaea; + } + } + } + + .test { + &.failing { + &.row { + margin-left: 0px; + margin-right: 0px; + border-bottom: groove; + border-width: 1px; + border-color: #FA4444; + background-color: #eaeaea; + } + } + } + + .time { + p { + float: right; + } + } + +} diff --git a/development/test-report/master/index.html b/development/test-report/master/index.html index ff97b7c..7bc9ec7 100644 --- a/development/test-report/master/index.html +++ b/development/test-report/master/index.html @@ -1,3 +1,92 @@ --- -layout: page ---- \ No newline at end of file +layout: testReport +--- + +
+

Test Results

+

8 tests

+
+ +
+
+

FlyveMDMInventoryAgentUITests

+

1 test

+
+ +
+
+
+

testTakeScreenshots

+
+
+

29.457s

+
+
+
+
+ +
+
+

FlyveMDMInventoryAgentTests

+

7 tests

+
+
+
+
+

testAgentSettingsController

+
+
+

0.020s

+
+
+
+
+

testCreateInventory

+
+
+

0.045s

+
+
+
+
+

testFooterView

+
+
+

0.017s

+
+
+
+
+

testInventoryTableView

+
+
+

0.017s

+
+
+
+
+

testLoadingIndicatorView

+
+
+

0.022s

+
+
+
+
+

testMessageLabel

+
+
+

0.021s

+
+
+
+
+

testSendXMLInventory

+
+
+

0.053s

+
+
+
+ +