Skip to content

Commit

Permalink
Automated deployment: Tue Dec 5 14:29:53 UTC 2023 b038c80
Browse files Browse the repository at this point in the history
  • Loading branch information
LopezMDidac committed Dec 5, 2023
1 parent 038abb4 commit 0e00c30
Show file tree
Hide file tree
Showing 84 changed files with 646 additions and 4,807 deletions.
40 changes: 40 additions & 0 deletions 158/app.js

Large diffs are not rendered by default.

File renamed without changes.
1 change: 1 addition & 0 deletions 158/data/behaviors.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"uid":"b1a8273437954620fa374b796ffaacdd","children":[],"name":"behaviors"}
Empty file added 158/data/categories.csv
Empty file.
1 change: 1 addition & 0 deletions 158/data/categories.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"uid":"4b4757e66a1912dae1a509f688f20b0f","children":[],"name":"categories"}
1 change: 1 addition & 0 deletions 158/data/packages.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"uid":"83edc06c07f9ae9e47eb6dd1b683e4e2","children":[],"name":"packages"}
Empty file added 158/data/suites.csv
Empty file.
1 change: 1 addition & 0 deletions 158/data/suites.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"uid":"98d3104e051c652961429bf95fa0b5d6","children":[],"name":"suites"}
1 change: 1 addition & 0 deletions 158/data/timeline.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"uid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","children":[],"name":"timeline"}
11 changes: 11 additions & 0 deletions 158/export/influxDbData.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
launch_status failed=0 1701786591000000000
launch_status broken=0 1701786591000000000
launch_status passed=0 1701786591000000000
launch_status skipped=0 1701786591000000000
launch_status unknown=0 1701786591000000000
launch_time duration=0 1701786591000000000
launch_time min_duration=0 1701786591000000000
launch_time max_duration=0 1701786591000000000
launch_time sum_duration=0 1701786591000000000
launch_retries retries=0 1701786591000000000
launch_retries run=0 1701786591000000000
File renamed without changes.
10 changes: 5 additions & 5 deletions 6/export/prometheusData.txt → 158/export/prometheusData.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
launch_status_failed 0
launch_status_broken 0
launch_status_passed 9
launch_status_passed 0
launch_status_skipped 0
launch_status_unknown 0
launch_time_duration 2048
launch_time_duration 0
launch_time_min_duration 0
launch_time_max_duration 2048
launch_time_sum_duration 7257
launch_time_max_duration 0
launch_time_sum_duration 0
launch_retries_retries 0
launch_retries_run 9
launch_retries_run 0
Binary file added 158/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions 158/history/categories-trend.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[{"data":{}}]
1 change: 1 addition & 0 deletions 158/history/duration-trend.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[{"data":{}}]
1 change: 1 addition & 0 deletions 158/history/history-trend.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[{"data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}}]
1 change: 1 addition & 0 deletions 158/history/history.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions 158/history/retry-trend.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[{"data":{"run":0,"retry":0}}]
34 changes: 34 additions & 0 deletions 158/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<!DOCTYPE html>
<html dir="ltr" lang="en">
<head>
<meta charset="utf-8">
<title>Allure Report</title>
<link rel="favicon" href="favicon.ico">
<link rel="stylesheet" type="text/css" href="styles.css">
<link rel="stylesheet" type="text/css" href="plugin/screen-diff/styles.css">
</head>
<body>
<div id="alert"></div>
<div id="content">
<span class="spinner">
<span class="spinner__circle"></span>
</span>
</div>
<div id="popup"></div>
<script src="app.js"></script>
<script src="plugin/behaviors/index.js"></script>
<script src="plugin/packages/index.js"></script>
<script src="plugin/screen-diff/index.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FVWC4GKEYS"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-FVWC4GKEYS', {
'allureVersion': 'dev',
'reportUuid': 'ccbe0b43-17eb-42b1-980f-94e07329cf34',
'single_file': false
});
</script>
</body>
</html>
Loading

0 comments on commit 0e00c30

Please sign in to comment.