diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c326e725..6d8ea55b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,6 +24,7 @@ before_script: debug: stage: test + allow_failure: true artifacts: paths: - test/yavscTests/test-results.xml diff --git a/assets/dnx_xunit_to_html.xsl b/assets/dnx_xunit_to_html.xsl index 38006270..527ea8d8 100644 --- a/assets/dnx_xunit_to_html.xsl +++ b/assets/dnx_xunit_to_html.xsl @@ -24,6 +24,7 @@ .skipped { color: #cc0; } .timing { float: right; } .indent { margin: 0.25em 0 0.5em 2em; } + .indenttest { margin: 0.25em 0 0.5em 1em; } .clickable { cursor: pointer; } .testcount { font-size: 85%; } @@ -37,6 +38,12 @@ elem.style.display = "none"; } } + function EnsureBlock(id) { + var elem = document.getElementById(id); + if (elem.style.display == "none") { + elem.style.display = "block"; + } + } @@ -78,6 +85,7 @@ +
altrow @@ -86,15 +94,15 @@ - ToggleClass('class') + ToggleClass('test')   -
+
- display: none; - class + display: none; + test :
@@ -120,8 +128,8 @@

s - ToggleClass('class') - ToggleClass('class') + ToggleClass('collection') + ToggleClass('collection')   @@ -131,8 +139,26 @@

display: none; - class - + collection + + + + + +