Skip to content

Commit

Permalink
Automated deployment: Sat Sep 16 16:51:15 UTC 2023 b1d8c46
Browse files Browse the repository at this point in the history
  • Loading branch information
AEkaterina committed Sep 16, 2023
1 parent 01e28e9 commit 8056272
Show file tree
Hide file tree
Showing 43 changed files with 107 additions and 76 deletions.
40 changes: 0 additions & 40 deletions 38/app.js

This file was deleted.

11 changes: 0 additions & 11 deletions 38/export/influxDbData.txt

This file was deleted.

Binary file removed 38/favicon.ico
Binary file not shown.
23 changes: 0 additions & 23 deletions 38/index.html

This file was deleted.

40 changes: 40 additions & 0 deletions 58/app.js

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
11 changes: 11 additions & 0 deletions 58/export/influxDbData.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
launch_status failed=0 1694883072000000000
launch_status broken=0 1694883072000000000
launch_status passed=0 1694883072000000000
launch_status skipped=0 1694883072000000000
launch_status unknown=0 1694883072000000000
launch_time duration=0 1694883072000000000
launch_time min_duration=0 1694883072000000000
launch_time max_duration=0 1694883072000000000
launch_time sum_duration=0 1694883072000000000
launch_retries retries=0 1694883072000000000
launch_retries run=0 1694883072000000000
File renamed without changes.
File renamed without changes.
Binary file added 58/favicon.ico
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
32 changes: 32 additions & 0 deletions 58/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', '129bf802-369c-4b62-8f61-15c1aa3af970')
</script>
</body>
</html>
14 changes: 14 additions & 0 deletions 38/plugins/behaviors/index.js → 58/plugin/behaviors/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,20 @@ allure.api.addTranslation('pl', {
}
});

allure.api.addTranslation('az', {
tab: {
behaviors: {
name: 'Davranışlar'
}
},
widget: {
behaviors: {
name: 'Hekayələr üzrə xüsusiyyətlər',
showAll: 'hamısını göstər'
}
}
});

allure.api.addTab('behaviors', {
title: 'tab.behaviors.name', icon: 'fa fa-list',
route: 'behaviors(/)(:testGroup)(/)(:testResult)(/)(:testResultTab)(/)',
Expand Down
8 changes: 8 additions & 0 deletions 38/plugins/packages/index.js → 58/plugin/packages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,14 @@ allure.api.addTranslation('pl', {
}
});

allure.api.addTranslation('az', {
tab: {
packages: {
name: 'Paketlər'
}
}
});

allure.api.addTab('packages', {
title: 'tab.packages.name', icon: 'fa fa-align-left',
route: 'packages(/)(:testGroup)(/)(:testResult)(/)(:testResultTab)(/)',
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion 38/styles.css → 58/styles.css

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<!DOCTYPE html><meta charset="utf-8"><meta http-equiv="refresh" content="0; URL=https://ThePalaceProject.github.io/mobile-integration-tests-new/57/">
<!DOCTYPE html><meta charset="utf-8"><meta http-equiv="refresh" content="0; URL=https://ThePalaceProject.github.io/mobile-integration-tests-new/58/">
<meta http-equiv="Pragma" content="no-cache"><meta http-equiv="Expires" content="0">

0 comments on commit 8056272

Please sign in to comment.