Skip to content

Commit

Permalink
Add test results from the latest runs
Browse files Browse the repository at this point in the history
  • Loading branch information
KimCodeBase committed Nov 18, 2024
1 parent 27c209e commit 92bf421
Show file tree
Hide file tree
Showing 6 changed files with 1,567 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
<!DOCTYPE html>
<html>
<head>
<title>Unittest Results</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
</head>
<body>
<div class="container">
<div class="row">
<div class="col-xs-12">
<h2 class="text-capitalize">Unittest Results</h2>
<p class='attribute'><strong>Start Time: </strong>2024-11-16 22:44:02</p>
<p class='attribute'><strong>Duration: </strong>3.86 s</p>
<p class='attribute'><strong>Summary: </strong>Total: 1, Pass: 1</p>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-10 col-md-10">
<table class='table table-hover table-responsive'>
<thead>
<tr>
<th>__main__.TestProductSearch</th>
<th>Status</th>
<th></th>
</tr>
</thead>
<tbody>
<tr class='success'>
<td class="col-xs-10">test_search_product</td>
<td class="col-xs-1">
<span class="label label-success" style="display:block;width:40px;">Pass</span>
</td>
<td class="col-xs-1">
<button class="btn btn-default btn-xs">View</button>
</td>
</tr>
<tr style="display:none;">
<td class="col-xs-9" colspan="3"><p>Home page is visible.
Clicked on 'Products' button.
'All Products' page is visible.
</p>
</td>
</tr>
<tr>
<td colspan="3">
Total: 1, Pass: 1 -- Duration: 3.86 s
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$('td').on('click', '.btn', function(e){
e.preventDefault();
e.stopImmediatePropagation();
var $this = $(this);
var $nextRow = $this.closest('tr').next('tr');
$nextRow.slideToggle("fast");
$this.text(function(i, text){
if (text === 'View') {
return 'Hide';
} else {
return 'View';
};
});
});
});
</script>
</body>
</html
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
<!DOCTYPE html>
<html>
<head>
<title>Masterschool Automation Report</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
</head>
<body>
<div class="container">
<div class="row">
<div class="col-xs-12">
<h2 class="text-capitalize">Masterschool Automation Report</h2>
<p class='attribute'><strong>Start Time: </strong>2024-11-16 20:08:34</p>
<p class='attribute'><strong>Duration: </strong>33.71 s</p>
<p class='attribute'><strong>Summary: </strong>Total: 1, Pass: 1</p>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-10 col-md-10">
<table class='table table-hover table-responsive'>
<thead>
<tr>
<th>__main__.TestAutomation</th>
<th>Status</th>
<th></th>
</tr>
</thead>
<tbody>
<tr class='success'>
<td class="col-xs-10">test_masterschool_programs</td>
<td class="col-xs-1">
<span class="label label-success" style="display:block;width:40px;">Pass</span>
</td>
<td class="col-xs-1">
<button class="btn btn-default btn-xs">View</button>
</td>
</tr>
<tr style="display:none;">
<td class="col-xs-9" colspan="3"><p>Opened Masterschool website
No cookie consent popup detected, proceeding without clicking
Clicked 'Programme' link using Link Text
Found the list of programs
Program: Programme
Program:
Program:
Program:
Program:
Program:
Program:
Program:
Program:
Program:
Program:
Program:
Program:
Program: Absolvent*innen
Program: Über uns
Program:
Program:
Program:
Program:
Program: Magazin
Program: Für Arbeitsvermittelnde
</p>
</td>
</tr>
<tr>
<td colspan="3">
Total: 1, Pass: 1 -- Duration: 33.71 s
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$('td').on('click', '.btn', function(e){
e.preventDefault();
e.stopImmediatePropagation();
var $this = $(this);
var $nextRow = $this.closest('tr').next('tr');
$nextRow.slideToggle("fast");
$this.text(function(i, text){
if (text === 'View') {
return 'Hide';
} else {
return 'View';
};
});
});
});
</script>
</body>
</html
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
<!DOCTYPE html>
<html>
<head>
<title>ID Locator Test Report</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
</head>
<body>
<div class="container">
<div class="row">
<div class="col-xs-12">
<h2 class="text-capitalize">ID Locator Test Report</h2>
<p class='attribute'><strong>Start Time: </strong>2024-11-16 22:11:33</p>
<p class='attribute'><strong>Duration: </strong>1.03 s</p>
<p class='attribute'><strong>Summary: </strong>Total: 1, Pass: 1</p>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-10 col-md-10">
<table class='table table-hover table-responsive'>
<thead>
<tr>
<th>__main__.TestIDLocator</th>
<th>Status</th>
<th></th>
</tr>
</thead>
<tbody>
<tr class='success'>
<td class="col-xs-10">test_id_locator</td>
<td class="col-xs-1">
<span class="label label-success" style="display:block;width:40px;">Pass</span>
</td>
<td class="col-xs-1">
<button class="btn btn-default btn-xs">View</button>
</td>
</tr>
<tr style="display:none;">
<td class="col-xs-9" colspan="3"><p>Opened local HTML file: file:///Users/kimberlycanas/qa-portfolio/QA-Portfolio/XPathTasks/nested_complex_document.html
Entered 'Test Name' in the Name input field
Entered '[email protected]' in the Email input field
Entered 'This is a test message.' in the Message textarea
Clicked the submit button
</p>
</td>
</tr>
<tr>
<td colspan="3">
Total: 1, Pass: 1 -- Duration: 1.03 s
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$('td').on('click', '.btn', function(e){
e.preventDefault();
e.stopImmediatePropagation();
var $this = $(this);
var $nextRow = $this.closest('tr').next('tr');
$nextRow.slideToggle("fast");
$this.text(function(i, text){
if (text === 'View') {
return 'Hide';
} else {
return 'View';
};
});
});
});
</script>
</body>
</html
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
<!DOCTYPE html>
<html>
<head>
<title>Login Process Test Report</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
</head>
<body>
<div class="container">
<div class="row">
<div class="col-xs-12">
<h2 class="text-capitalize">Login Process Test Report</h2>
<p class='attribute'><strong>Start Time: </strong>2024-11-16 22:14:20</p>
<p class='attribute'><strong>Duration: </strong>4.41 s</p>
<p class='attribute'><strong>Summary: </strong>Total: 1, Pass: 1</p>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-10 col-md-10">
<table class='table table-hover table-responsive'>
<thead>
<tr>
<th>__main__.TestLoginProcess</th>
<th>Status</th>
<th></th>
</tr>
</thead>
<tbody>
<tr class='success'>
<td class="col-xs-10">test_login</td>
<td class="col-xs-1">
<span class="label label-success" style="display:block;width:40px;">Pass</span>
</td>
<td class="col-xs-1">
<button class="btn btn-default btn-xs">View</button>
</td>
</tr>
<tr style="display:none;">
<td class="col-xs-9" colspan="3"><p>Opened the login page
Entered username
Entered password
Clicked the login button
Login was successful
</p>
</td>
</tr>
<tr>
<td colspan="3">
Total: 1, Pass: 1 -- Duration: 4.41 s
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$('td').on('click', '.btn', function(e){
e.preventDefault();
e.stopImmediatePropagation();
var $this = $(this);
var $nextRow = $this.closest('tr').next('tr');
$nextRow.slideToggle("fast");
$this.text(function(i, text){
if (text === 'View') {
return 'Hide';
} else {
return 'View';
};
});
});
});
</script>
</body>
</html
Loading

0 comments on commit 92bf421

Please sign in to comment.