Skip to content

Commit

Permalink
Automated deployment: Sat Sep 16 19:29:54 UTC 2023 84864ba
Browse files Browse the repository at this point in the history
  • Loading branch information
AEkaterina committed Sep 16, 2023
1 parent fb9c43d commit 31014ac
Show file tree
Hide file tree
Showing 43 changed files with 107 additions and 76 deletions.
40 changes: 0 additions & 40 deletions 41/app.js

This file was deleted.

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

This file was deleted.

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

This file was deleted.

40 changes: 40 additions & 0 deletions 61/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 61/export/influxDbData.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
launch_status failed=0 1694892591000000000
launch_status broken=0 1694892591000000000
launch_status passed=0 1694892591000000000
launch_status skipped=0 1694892591000000000
launch_status unknown=0 1694892591000000000
launch_time duration=0 1694892591000000000
launch_time min_duration=0 1694892591000000000
launch_time max_duration=0 1694892591000000000
launch_time sum_duration=0 1694892591000000000
launch_retries retries=0 1694892591000000000
launch_retries run=0 1694892591000000000
File renamed without changes.
File renamed without changes.
Binary file added 61/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 61/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', '0fa102a1-6ab2-433e-b814-85b3908467fe')
</script>
</body>
</html>
14 changes: 14 additions & 0 deletions 41/plugins/behaviors/index.js → 61/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 41/plugins/packages/index.js → 61/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 41/styles.css → 61/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/60/">
<!DOCTYPE html><meta charset="utf-8"><meta http-equiv="refresh" content="0; URL=https://ThePalaceProject.github.io/mobile-integration-tests-new/61/">
<meta http-equiv="Pragma" content="no-cache"><meta http-equiv="Expires" content="0">

0 comments on commit 31014ac

Please sign in to comment.