Skip to content

Commit

Permalink
Automated deployment: Mon Dec 4 12:06:21 UTC 2023 b038c80
Browse files Browse the repository at this point in the history
  • Loading branch information
LopezMDidac committed Dec 4, 2023
1 parent 3bc4663 commit d6d77e1
Show file tree
Hide file tree
Showing 84 changed files with 644 additions and 4,355 deletions.
40 changes: 40 additions & 0 deletions 156/app.js

Large diffs are not rendered by default.

File renamed without changes.
1 change: 1 addition & 0 deletions 156/data/behaviors.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"uid":"b1a8273437954620fa374b796ffaacdd","children":[],"name":"behaviors"}
Empty file added 156/data/categories.csv
Empty file.
1 change: 1 addition & 0 deletions 156/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 156/data/packages.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"uid":"83edc06c07f9ae9e47eb6dd1b683e4e2","children":[],"name":"packages"}
Empty file added 156/data/suites.csv
Empty file.
1 change: 1 addition & 0 deletions 156/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 156/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 156/export/influxDbData.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
launch_status failed=0 1701691578000000000
launch_status broken=0 1701691578000000000
launch_status passed=0 1701691578000000000
launch_status skipped=0 1701691578000000000
launch_status unknown=0 1701691578000000000
launch_time duration=0 1701691578000000000
launch_time min_duration=0 1701691578000000000
launch_time max_duration=0 1701691578000000000
launch_time sum_duration=0 1701691578000000000
launch_retries retries=0 1701691578000000000
launch_retries run=0 1701691578000000000
File renamed without changes.
10 changes: 5 additions & 5 deletions 4/export/prometheusData.txt → 156/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 156/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions 156/history/categories-trend.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[{"data":{}}]
1 change: 1 addition & 0 deletions 156/history/duration-trend.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[{"data":{}}]
1 change: 1 addition & 0 deletions 156/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 156/history/history.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions 156/history/retry-trend.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[{"data":{"run":0,"retry":0}}]
32 changes: 32 additions & 0 deletions 156/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<!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/screen-diff/index.js"></script>
<script src="plugin/packages/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');
gtag('allureVersion', 'dev')
gtag('reportUuid', '85bf82f7-1894-4bc2-86bb-d2c4832f1e2b')
</script>
</body>
</html>
Loading

0 comments on commit d6d77e1

Please sign in to comment.