-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5f97811
commit 76fde3c
Showing
5 changed files
with
13 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,31 +6,24 @@ | |
</head> | ||
<body> | ||
<main role="main"> | ||
<span onclick="location.href='lsd-index.html';" title="back to index page" class="back_to_index"></span> | ||
<h1 class="logo">LSD</h1> | ||
<h1>Aborted Test Report</h1> | ||
|
||
|
||
|
||
|
||
<article id="2"> | ||
<span onclick="location.href='#top';" title="top of page" class="back_to_top"></span> | ||
<h2 class="warn">The test name</h2> | ||
<section class="description warn"> | ||
<h2 class="warn">The test name</h2><section class="description warn"> | ||
<h3 class="warn">Description</h3> | ||
<p><h4 class="error">Test Aborted!</h4><a href="#1">Aborted for testing reasons</a><div id="1" class="overlay" onclick="location.href='#!';"><div class="popup" onclick="event.stopPropagation();"><h2>Stacktrace</h2><a class="close" href="#!">×</a><div class="content">[Displaying the stacktrace was disabled or no cause was provided]</div></div></div></p> | ||
</section> | ||
|
||
|
||
</article> | ||
|
||
</main> | ||
</body> | ||
<footer> | ||
<script type = "text/javascript" src = "https://d3js.org/d3.v4.min.js"></script> | ||
<script type="text/javascript" src="https://d3js.org/d3.v4.min.js"></script> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/styles/default.min.css"> | ||
<script src="custom.js"></script> | ||
<script language = "javascript"> | ||
<script> | ||
addSliderForSvgZoom(); | ||
highlightLifelinesWhenClicked(); | ||
</script> | ||
|
@@ -39,9 +32,6 @@ <h3 class="warn">Description</h3> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/mark.js/8.11.1/mark.min.js"></script> | ||
<script> | ||
highlightKeywords(); | ||
|
||
|
||
|
||
unMarkSvg(); | ||
</script> | ||
</footer> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,31 +6,24 @@ | |
</head> | ||
<body> | ||
<main role="main"> | ||
<span onclick="location.href='lsd-index.html';" title="back to index page" class="back_to_index"></span> | ||
<h1 class="logo">LSD</h1> | ||
<h1>Disabled Test Report</h1> | ||
|
||
|
||
|
||
|
||
<article id="1"> | ||
<span onclick="location.href='#top';" title="top of page" class="back_to_top"></span> | ||
<h2 class="warn">The test name</h2> | ||
<section class="description warn"> | ||
<h2 class="warn">The test name</h2><section class="description warn"> | ||
<h3 class="warn">Description</h3> | ||
<p><h4 class="warn">Test Disabled</h4></p> | ||
</section> | ||
|
||
|
||
</article> | ||
|
||
</main> | ||
</body> | ||
<footer> | ||
<script type = "text/javascript" src = "https://d3js.org/d3.v4.min.js"></script> | ||
<script type="text/javascript" src="https://d3js.org/d3.v4.min.js"></script> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/styles/default.min.css"> | ||
<script src="custom.js"></script> | ||
<script language = "javascript"> | ||
<script> | ||
addSliderForSvgZoom(); | ||
highlightLifelinesWhenClicked(); | ||
</script> | ||
|
@@ -39,9 +32,6 @@ <h3 class="warn">Description</h3> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/mark.js/8.11.1/mark.min.js"></script> | ||
<script> | ||
highlightKeywords(); | ||
|
||
|
||
|
||
unMarkSvg(); | ||
</script> | ||
</footer> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,31 +6,24 @@ | |
</head> | ||
<body> | ||
<main role="main"> | ||
<span onclick="location.href='lsd-index.html';" title="back to index page" class="back_to_index"></span> | ||
<h1 class="logo">LSD</h1> | ||
<h1>Failure Test Report</h1> | ||
|
||
|
||
|
||
|
||
<article id="2"> | ||
<span onclick="location.href='#top';" title="top of page" class="back_to_top"></span> | ||
<h2 class="error">The test name</h2> | ||
<section class="description error"> | ||
<h2 class="error">The test name</h2><section class="description error"> | ||
<h3 class="error">Description</h3> | ||
<p><h4 class="error">❌ Failed!</h4><a href="#1">Expected <true> but was <false></a><div id="1" class="overlay" onclick="location.href='#!';"><div class="popup" onclick="event.stopPropagation();"><h2>Stacktrace</h2><a class="close" href="#!">×</a><div class="content">[Displaying the stacktrace was disabled or no cause was provided]</div></div></div></p> | ||
</section> | ||
|
||
|
||
</article> | ||
|
||
</main> | ||
</body> | ||
<footer> | ||
<script type = "text/javascript" src = "https://d3js.org/d3.v4.min.js"></script> | ||
<script type="text/javascript" src="https://d3js.org/d3.v4.min.js"></script> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/styles/default.min.css"> | ||
<script src="custom.js"></script> | ||
<script language = "javascript"> | ||
<script> | ||
addSliderForSvgZoom(); | ||
highlightLifelinesWhenClicked(); | ||
</script> | ||
|
@@ -39,9 +32,6 @@ <h3 class="error">Description</h3> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/mark.js/8.11.1/mark.min.js"></script> | ||
<script> | ||
highlightKeywords(); | ||
|
||
|
||
|
||
unMarkSvg(); | ||
</script> | ||
</footer> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,31 +6,24 @@ | |
</head> | ||
<body> | ||
<main role="main"> | ||
<span onclick="location.href='lsd-index.html';" title="back to index page" class="back_to_index"></span> | ||
<h1 class="logo">LSD</h1> | ||
<h1>Successful Test Report</h1> | ||
|
||
|
||
|
||
|
||
<article id="1"> | ||
<span onclick="location.href='#top';" title="top of page" class="back_to_top"></span> | ||
<h2 class="success">The test name</h2> | ||
<section class="description success"> | ||
<h2 class="success">The test name</h2><section class="description success"> | ||
<h3 class="success">Description</h3> | ||
<p><h4 class="success">🍀 Test Passed</h4></p> | ||
</section> | ||
|
||
|
||
</article> | ||
|
||
</main> | ||
</body> | ||
<footer> | ||
<script type = "text/javascript" src = "https://d3js.org/d3.v4.min.js"></script> | ||
<script type="text/javascript" src="https://d3js.org/d3.v4.min.js"></script> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/styles/default.min.css"> | ||
<script src="custom.js"></script> | ||
<script language = "javascript"> | ||
<script> | ||
addSliderForSvgZoom(); | ||
highlightLifelinesWhenClicked(); | ||
</script> | ||
|
@@ -39,9 +32,6 @@ <h3 class="success">Description</h3> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/mark.js/8.11.1/mark.min.js"></script> | ||
<script> | ||
highlightKeywords(); | ||
|
||
|
||
|
||
unMarkSvg(); | ||
</script> | ||
</footer> | ||
|