froth-webdriverio-framework 5.0.8 → 5.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. package/allure-report/app.js +2 -0
  2. package/allure-report/data/attachments/5a44d93eb6bbc152.json +3 -0
  3. package/allure-report/data/attachments/8b4b70d43c5ef509.json +1 -0
  4. package/allure-report/data/attachments/f8f260f9d290c8dc.json +3 -0
  5. package/allure-report/data/behaviors.csv +2 -0
  6. package/allure-report/data/behaviors.json +1 -0
  7. package/allure-report/data/categories.csv +2 -0
  8. package/allure-report/data/categories.json +1 -0
  9. package/allure-report/data/packages.json +1 -0
  10. package/allure-report/data/suites.csv +2 -0
  11. package/allure-report/data/suites.json +1 -0
  12. package/allure-report/data/test-cases/eae527eca53ea9fc.json +1 -0
  13. package/allure-report/data/timeline.json +1 -0
  14. package/allure-report/export/influxDbData.txt +14 -0
  15. package/allure-report/export/mail.html +10 -0
  16. package/allure-report/export/prometheusData.txt +14 -0
  17. package/allure-report/favicon.ico +0 -0
  18. package/allure-report/history/categories-trend.json +1 -0
  19. package/allure-report/history/duration-trend.json +1 -0
  20. package/allure-report/history/history-trend.json +1 -0
  21. package/allure-report/history/history.json +1 -0
  22. package/allure-report/history/retry-trend.json +1 -0
  23. package/allure-report/index.html +34 -0
  24. package/allure-report/plugin/behaviors/index.js +276 -0
  25. package/allure-report/plugin/packages/index.js +160 -0
  26. package/allure-report/plugin/screen-diff/index.js +200 -0
  27. package/allure-report/plugin/screen-diff/styles.css +30 -0
  28. package/allure-report/styles.css +5 -0
  29. package/allure-report/widgets/behaviors.json +1 -0
  30. package/allure-report/widgets/categories-trend.json +1 -0
  31. package/allure-report/widgets/categories.json +1 -0
  32. package/allure-report/widgets/duration-trend.json +1 -0
  33. package/allure-report/widgets/duration.json +1 -0
  34. package/allure-report/widgets/environment.json +1 -0
  35. package/allure-report/widgets/executors.json +1 -0
  36. package/allure-report/widgets/history-trend.json +1 -0
  37. package/allure-report/widgets/launch.json +1 -0
  38. package/allure-report/widgets/retry-trend.json +1 -0
  39. package/allure-report/widgets/severity.json +1 -0
  40. package/allure-report/widgets/status-chart.json +1 -0
  41. package/allure-report/widgets/suites.json +1 -0
  42. package/allure-report/widgets/summary.json +1 -0
  43. package/froth_api_calls/getexecutionDetails.js +5 -2
  44. package/froth_common_actions/logData.js +7 -11
  45. package/froth_configs/commonconfig.js +52 -3
  46. package/froth_configs/wdio.common.conf.js +26 -11
  47. package/package.json +5 -2
@@ -0,0 +1,3 @@
1
+ {
2
+ "text": "Welcome@123"
3
+ }
@@ -0,0 +1 @@
1
+ 47B5A83CF3F444905E795CC4477BAE36
@@ -0,0 +1,3 @@
1
+ {
2
+ "text": "admin@roboticodigital.com"
3
+ }
@@ -0,0 +1,2 @@
1
+ "BROKEN","EPIC","FAILED","FEATURE","PASSED","SKIPPED","STORY","UNKNOWN"
2
+ "1","","0","","0","0","","0"
@@ -0,0 +1 @@
1
+ {"uid":"b1a8273437954620fa374b796ffaacdd","children":[{"name":"tests login testops","uid":"eae527eca53ea9fc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"broken","time":{"start":1760354649871,"stop":1760354754167,"duration":104296},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":["chrome-141.0.7390.77"],"tags":[]}],"name":"behaviors"}
@@ -0,0 +1,2 @@
1
+ "BROKEN","CATEGORY","FAILED","PASSED","SKIPPED","UNKNOWN"
2
+ "1","Test defects","0","0","0","0"
@@ -0,0 +1 @@
1
+ {"uid":"4b4757e66a1912dae1a509f688f20b0f","children":[{"name":"Test defects","children":[{"name":"Can't call click on element with selector \"aria/Login\" because element wasn't found","children":[{"name":"tests login testops","uid":"eae527eca53ea9fc","parentUid":"665df7c4577c3079e7cc82c7a39bade9","status":"broken","time":{"start":1760354649871,"stop":1760354754167,"duration":104296},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":["chrome-141.0.7390.77"],"tags":[]}],"uid":"665df7c4577c3079e7cc82c7a39bade9"}],"uid":"bdbf199525818fae7a8651db9eafe741"}],"name":"categories"}
@@ -0,0 +1 @@
1
+ {"uid":"83edc06c07f9ae9e47eb6dd1b683e4e2","children":[{"name":"web.testops_login.js","children":[{"name":"tests login testops","uid":"eae527eca53ea9fc","parentUid":"3038f8def10b7f9ed36f0c72d6fe17ad","status":"broken","time":{"start":1760354649871,"stop":1760354754167,"duration":104296},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":["chrome-141.0.7390.77"],"tags":[]}],"uid":"web.testops_login.js"}],"name":"packages"}
@@ -0,0 +1,2 @@
1
+ "DESCRIPTION","DURATION IN MS","NAME","PARENT SUITE","START TIME","STATUS","STOP TIME","SUB SUITE","SUITE","TEST CLASS","TEST METHOD"
2
+ "","104296","tests login testops","login testops","Mon Oct 13 19:24:09 SGT 2025","broken","Mon Oct 13 19:25:54 SGT 2025","","","",""
@@ -0,0 +1 @@
1
+ {"uid":"98d3104e051c652961429bf95fa0b5d6","children":[{"name":"login testops","children":[{"name":"tests login testops","uid":"eae527eca53ea9fc","parentUid":"ad6e8c27e8a1b970e8e4080890e75484","status":"broken","time":{"start":1760354649871,"stop":1760354754167,"duration":104296},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":["chrome-141.0.7390.77"],"tags":[]}],"uid":"ad6e8c27e8a1b970e8e4080890e75484"}],"name":"suites"}
@@ -0,0 +1 @@
1
+ {"uid":"eae527eca53ea9fc","name":"tests login testops","fullName":"web/testops_login.js#login testops.tests login testops","historyId":"f272a75a30471599ab1b6ca796e0ec84","time":{"start":1760354649871,"stop":1760354754167,"duration":104296},"status":"broken","statusMessage":"Can't call click on element with selector \"aria/Login\" because element wasn't found","statusTrace":"Error: Can't call click on element with selector \"aria/Login\" because element wasn't found\n at async Context.<anonymous> (/Users/subhrasubudhi/WORKSPACES/WEBDRIVERIO/YTL_AF/WEBDRIVERIO/web/testops_login.js:13:5)","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"testStage":{"status":"broken","statusMessage":"Can't call click on element with selector \"aria/Login\" because element wasn't found","statusTrace":"Error: Can't call click on element with selector \"aria/Login\" because element wasn't found\n at async Context.<anonymous> (/Users/subhrasubudhi/WORKSPACES/WEBDRIVERIO/YTL_AF/WEBDRIVERIO/web/testops_login.js:13:5)","steps":[{"name":"getWindowHandle","time":{"start":1760354649893,"stop":1760354649904,"duration":11},"status":"passed","steps":[],"attachments":[{"uid":"8b4b70d43c5ef509","name":"Response","source":"8b4b70d43c5ef509.json","type":"application/json","size":32}],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":1,"hasContent":true,"attachmentStep":false},{"name":"elementClick","time":{"start":1760354661119,"stop":1760354661296,"duration":177},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"elementClear","time":{"start":1760354661742,"stop":1760354661782,"duration":40},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"elementSendKeys","time":{"start":1760354661783,"stop":1760354662520,"duration":737},"status":"passed","steps":[],"attachments":[{"uid":"f8f260f9d290c8dc","name":"Request","source":"f8f260f9d290c8dc.json","type":"application/json","size":41}],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":1,"hasContent":true,"attachmentStep":false},{"name":"elementClick","time":{"start":1760354662885,"stop":1760354662995,"duration":110},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"elementClear","time":{"start":1760354663382,"stop":1760354663417,"duration":35},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"elementSendKeys","time":{"start":1760354663417,"stop":1760354663614,"duration":197},"status":"passed","steps":[],"attachments":[{"uid":"5a44d93eb6bbc152","name":"Request","source":"5a44d93eb6bbc152.json","type":"application/json","size":27}],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":1,"hasContent":true,"attachmentStep":false}],"attachments":[],"parameters":[],"shouldDisplayMessage":true,"stepsCount":7,"attachmentsCount":3,"hasContent":true,"attachmentStep":false},"afterStages":[],"labels":[{"name":"parentSuite","value":"login testops"},{"name":"package","value":"web.testops_login.js"},{"name":"language","value":"javascript"},{"name":"framework","value":"wdio"},{"name":"thread","value":"0-0"},{"name":"resultFormat","value":"allure2"}],"parameters":[{"name":"browser","value":"chrome-141.0.7390.77"}],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[{"name":"Test defects","matchedStatuses":[]}],"tags":[]},"source":"eae527eca53ea9fc.json","parameterValues":["chrome-141.0.7390.77"]}
@@ -0,0 +1 @@
1
+ {"uid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","children":[{"name":"0-0","children":[{"name":"tests login testops","uid":"eae527eca53ea9fc","parentUid":"516fe00eea05ad99e936fa729b55eff4","status":"broken","time":{"start":1760354649871,"stop":1760354754167,"duration":104296},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":["chrome-141.0.7390.77"],"tags":[]}],"uid":"516fe00eea05ad99e936fa729b55eff4"}],"name":"timeline"}
@@ -0,0 +1,14 @@
1
+ launch_status failed=0 1760354777000000000
2
+ launch_status broken=1 1760354777000000000
3
+ launch_status passed=0 1760354777000000000
4
+ launch_status skipped=0 1760354777000000000
5
+ launch_status unknown=0 1760354777000000000
6
+ launch_time duration=104296 1760354777000000000
7
+ launch_time min_duration=104296 1760354777000000000
8
+ launch_time max_duration=104296 1760354777000000000
9
+ launch_time sum_duration=104296 1760354777000000000
10
+ launch_time start=1760354649871 1760354777000000000
11
+ launch_time stop=1760354754167 1760354777000000000
12
+ launch_problems test_defects=1 1760354777000000000
13
+ launch_retries retries=0 1760354777000000000
14
+ launch_retries run=1 1760354777000000000
@@ -0,0 +1,10 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>Allure Report summary mail</title>
6
+ </head>
7
+ <body>
8
+ Mail body
9
+ </body>
10
+ </html>
@@ -0,0 +1,14 @@
1
+ launch_status_failed 0
2
+ launch_status_broken 1
3
+ launch_status_passed 0
4
+ launch_status_skipped 0
5
+ launch_status_unknown 0
6
+ launch_time_duration 104296
7
+ launch_time_min_duration 104296
8
+ launch_time_max_duration 104296
9
+ launch_time_sum_duration 104296
10
+ launch_time_start 1760354649871
11
+ launch_time_stop 1760354754167
12
+ launch_problems_test_defects 1
13
+ launch_retries_retries 0
14
+ launch_retries_run 1
Binary file
@@ -0,0 +1 @@
1
+ [{"data":{"Test defects":1}}]
@@ -0,0 +1 @@
1
+ [{"data":{"duration":104296}}]
@@ -0,0 +1 @@
1
+ [{"data":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1}}]
@@ -0,0 +1 @@
1
+ {"f272a75a30471599ab1b6ca796e0ec84":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"eae527eca53ea9fc","status":"broken","statusDetails":"Can't call click on element with selector \"aria/Login\" because element wasn't found","time":{"start":1760354649871,"stop":1760354754167,"duration":104296}}]}}
@@ -0,0 +1 @@
1
+ [{"data":{"run":1,"retry":0}}]
@@ -0,0 +1,34 @@
1
+ <!DOCTYPE html>
2
+ <html dir="ltr" lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>Allure Report</title>
6
+ <link rel="icon" href="favicon.ico">
7
+ <link rel="stylesheet" type="text/css" href="styles.css">
8
+ <link rel="stylesheet" type="text/css" href="plugin/screen-diff/styles.css">
9
+ </head>
10
+ <body>
11
+ <div id="alert"></div>
12
+ <div id="content">
13
+ <span class="spinner">
14
+ <span class="spinner__circle"></span>
15
+ </span>
16
+ </div>
17
+ <div id="popup"></div>
18
+ <script src="app.js"></script>
19
+ <script src="plugin/behaviors/index.js"></script>
20
+ <script src="plugin/packages/index.js"></script>
21
+ <script src="plugin/screen-diff/index.js"></script>
22
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-FVWC4GKEYS"></script>
23
+ <script>
24
+ window.dataLayer = window.dataLayer || [];
25
+ function gtag(){dataLayer.push(arguments);}
26
+ gtag('js', new Date());
27
+ gtag('config', 'G-FVWC4GKEYS', {
28
+ 'allureVersion': '2.34.1',
29
+ 'reportUuid': '4e59fc32-ae5e-427b-8b99-cba3e7924a36',
30
+ 'single_file': false
31
+ });
32
+ </script>
33
+ </body>
34
+ </html>
@@ -0,0 +1,276 @@
1
+ 'use strict';
2
+
3
+ allure.api.addTranslation('en', {
4
+ tab: {
5
+ behaviors: {
6
+ name: 'Behaviors'
7
+ }
8
+ },
9
+ widget: {
10
+ behaviors: {
11
+ name: 'Features by stories',
12
+ showAll: 'show all'
13
+ }
14
+ }
15
+ });
16
+
17
+ allure.api.addTranslation('ru', {
18
+ tab: {
19
+ behaviors: {
20
+ name: 'Функциональность'
21
+ }
22
+ },
23
+ widget: {
24
+ behaviors: {
25
+ name: 'Функциональность',
26
+ showAll: 'показать все'
27
+ }
28
+ }
29
+ });
30
+
31
+ allure.api.addTranslation('zh', {
32
+ tab: {
33
+ behaviors: {
34
+ name: '功能'
35
+ }
36
+ },
37
+ widget: {
38
+ behaviors: {
39
+ name: '特性场景',
40
+ showAll: '显示所有'
41
+ }
42
+ }
43
+ });
44
+
45
+ allure.api.addTranslation('de', {
46
+ tab: {
47
+ behaviors: {
48
+ name: 'Verhalten'
49
+ }
50
+ },
51
+ widget: {
52
+ behaviors: {
53
+ name: 'Features nach Stories',
54
+ showAll: 'Zeige alle'
55
+ }
56
+ }
57
+ });
58
+
59
+ allure.api.addTranslation('nl', {
60
+ tab: {
61
+ behaviors: {
62
+ name: 'Functionaliteit'
63
+ }
64
+ },
65
+ widget: {
66
+ behaviors: {
67
+ name: 'Features en story’s',
68
+ showAll: 'Toon alle'
69
+ }
70
+ }
71
+ });
72
+
73
+ allure.api.addTranslation('he', {
74
+ tab: {
75
+ behaviors: {
76
+ name: 'התנהגויות'
77
+ }
78
+ },
79
+ widget: {
80
+ behaviors: {
81
+ name: 'תכונות לפי סיפורי משתמש',
82
+ showAll: 'הצג הכול'
83
+ }
84
+ }
85
+ });
86
+
87
+ allure.api.addTranslation('br', {
88
+ tab: {
89
+ behaviors: {
90
+ name: 'Comportamentos'
91
+ }
92
+ },
93
+ widget: {
94
+ behaviors: {
95
+ name: 'Funcionalidades por história',
96
+ showAll: 'Mostrar tudo'
97
+ }
98
+ }
99
+ });
100
+
101
+ allure.api.addTranslation('ja', {
102
+ tab: {
103
+ behaviors: {
104
+ name: '振る舞い'
105
+ }
106
+ },
107
+ widget: {
108
+ behaviors: {
109
+ name: 'ストーリー別の機能',
110
+ showAll: '全て表示'
111
+ }
112
+ }
113
+ });
114
+
115
+ allure.api.addTranslation('es', {
116
+ tab: {
117
+ behaviors: {
118
+ name: 'Funcionalidades'
119
+ }
120
+ },
121
+ widget: {
122
+ behaviors: {
123
+ name: 'Funcionalidades por Historias de Usuario',
124
+ showAll: 'mostrar todo'
125
+ }
126
+ }
127
+ });
128
+
129
+ allure.api.addTranslation('kr', {
130
+ tab: {
131
+ behaviors: {
132
+ name: '동작'
133
+ }
134
+ },
135
+ widget: {
136
+ behaviors: {
137
+ name: '스토리별 기능',
138
+ showAll: '전체 보기'
139
+ }
140
+ }
141
+ });
142
+
143
+ allure.api.addTranslation('fr', {
144
+ tab: {
145
+ behaviors: {
146
+ name: 'Comportements'
147
+ }
148
+ },
149
+ widget: {
150
+ behaviors: {
151
+ name: 'Thèmes par histoires',
152
+ showAll: 'Montrer tout'
153
+ }
154
+ }
155
+ });
156
+
157
+ allure.api.addTranslation('pl', {
158
+ tab: {
159
+ behaviors: {
160
+ name: 'Zachowania'
161
+ }
162
+ },
163
+ widget: {
164
+ behaviors: {
165
+ name: 'Funkcje według historii',
166
+ showAll: 'pokaż wszystko'
167
+ }
168
+ }
169
+ });
170
+
171
+ allure.api.addTranslation('am', {
172
+ tab: {
173
+ behaviors: {
174
+ name: 'Վարքագծեր'
175
+ }
176
+ },
177
+ widget: {
178
+ behaviors: {
179
+ name: 'Ֆիչրները ըստ պատմությունների',
180
+ showAll: 'ցույց տալ բոլորը'
181
+ }
182
+ }
183
+ });
184
+
185
+ allure.api.addTranslation('az', {
186
+ tab: {
187
+ behaviors: {
188
+ name: 'Davranışlar'
189
+ }
190
+ },
191
+ widget: {
192
+ behaviors: {
193
+ name: 'Hekayələr üzrə xüsusiyyətlər',
194
+ showAll: 'hamısını göstər'
195
+ }
196
+ }
197
+ });
198
+
199
+ allure.api.addTranslation('sv', {
200
+ tab: {
201
+ behaviors: {
202
+ name: 'Beteenden'
203
+ }
204
+ },
205
+ widget: {
206
+ behaviors: {
207
+ name: 'Funktioner efter user stories',
208
+ showAll: 'visa allt'
209
+ }
210
+ }
211
+ });
212
+
213
+ allure.api.addTranslation('isv', {
214
+ tab: {
215
+ behaviors: {
216
+ name: 'Funkcionalnost',
217
+ }
218
+ },
219
+ widget: {
220
+ behaviors: {
221
+ name: 'Funkcionalnost',
222
+ showAll: 'pokaži vsěčto',
223
+ }
224
+ }
225
+ });
226
+
227
+ allure.api.addTranslation('ka', {
228
+ tab: {
229
+ behaviors: {
230
+ name: 'ფუნქციონალი',
231
+ }
232
+ },
233
+ widget: {
234
+ behaviors: {
235
+ name: 'ფუნქციონალი',
236
+ showAll: 'ყველას ჩვენება',
237
+ }
238
+ }
239
+ });
240
+
241
+ allure.api.addTranslation('it', {
242
+ tab: {
243
+ behaviors: {
244
+ name: 'Comportamenti'
245
+ }
246
+ },
247
+ widget: {
248
+ behaviors: {
249
+ name: 'Funzionalità per storie',
250
+ showAll: 'Mostra tutto'
251
+ }
252
+ }
253
+ });
254
+
255
+ allure.api.addTab('behaviors', {
256
+ title: 'tab.behaviors.name', icon: 'fa fa-list',
257
+ route: 'behaviors(/)(:testGroup)(/)(:testResult)(/)(:testResultTab)(/)',
258
+ onEnter: (function (testGroup, testResult, testResultTab) {
259
+ return new allure.components.TreeLayout({
260
+ testGroup: testGroup,
261
+ testResult: testResult,
262
+ testResultTab: testResultTab,
263
+ tabName: 'tab.behaviors.name',
264
+ baseUrl: 'behaviors',
265
+ url: 'data/behaviors.json',
266
+ csvUrl: 'data/behaviors.csv'
267
+ });
268
+ })
269
+ });
270
+
271
+ allure.api.addWidget('widgets', 'behaviors', allure.components.WidgetStatusView.extend({
272
+ rowTag: 'a',
273
+ title: 'widget.behaviors.name',
274
+ baseUrl: 'behaviors',
275
+ showLinks: true
276
+ }));
@@ -0,0 +1,160 @@
1
+ 'use strict';
2
+
3
+ allure.api.addTranslation('en', {
4
+ tab: {
5
+ packages: {
6
+ name: 'Packages'
7
+ }
8
+ }
9
+ });
10
+
11
+ allure.api.addTranslation('ru', {
12
+ tab: {
13
+ packages: {
14
+ name: 'Пакеты'
15
+ }
16
+ }
17
+ });
18
+
19
+ allure.api.addTranslation('zh', {
20
+ tab: {
21
+ packages: {
22
+ name: '包'
23
+ }
24
+ }
25
+ });
26
+
27
+ allure.api.addTranslation('de', {
28
+ tab: {
29
+ packages: {
30
+ name: 'Pakete'
31
+ }
32
+ }
33
+ });
34
+
35
+ allure.api.addTranslation('nl', {
36
+ tab: {
37
+ packages: {
38
+ name: 'Packages'
39
+ }
40
+ }
41
+ });
42
+
43
+ allure.api.addTranslation('he', {
44
+ tab: {
45
+ packages: {
46
+ name: 'חבילות'
47
+ }
48
+ }
49
+ });
50
+
51
+ allure.api.addTranslation('br', {
52
+ tab: {
53
+ packages: {
54
+ name: 'Pacotes'
55
+ }
56
+ }
57
+ });
58
+
59
+ allure.api.addTranslation('ja', {
60
+ tab: {
61
+ packages: {
62
+ name: 'パッケージ'
63
+ }
64
+ }
65
+ });
66
+
67
+ allure.api.addTranslation('es', {
68
+ tab: {
69
+ packages: {
70
+ name: 'Paquetes'
71
+ }
72
+ }
73
+ });
74
+
75
+ allure.api.addTranslation('kr', {
76
+ tab: {
77
+ packages: {
78
+ name: '패키지'
79
+ }
80
+ }
81
+ });
82
+
83
+ allure.api.addTranslation('fr', {
84
+ tab: {
85
+ packages: {
86
+ name: 'Paquets'
87
+ }
88
+ }
89
+ });
90
+
91
+ allure.api.addTranslation('pl', {
92
+ tab: {
93
+ packages: {
94
+ name: 'Pakiety'
95
+ }
96
+ }
97
+ });
98
+
99
+ allure.api.addTranslation('am', {
100
+ tab: {
101
+ packages: {
102
+ name: 'Փաթեթներ'
103
+ }
104
+ }
105
+ });
106
+
107
+ allure.api.addTranslation('az', {
108
+ tab: {
109
+ packages: {
110
+ name: 'Paketlər'
111
+ }
112
+ }
113
+ });
114
+
115
+ allure.api.addTranslation('sv', {
116
+ tab: {
117
+ packages: {
118
+ name: 'Paket'
119
+ }
120
+ }
121
+ });
122
+
123
+ allure.api.addTranslation('isv', {
124
+ tab: {
125
+ packages: {
126
+ name: 'Pakety'
127
+ }
128
+ }
129
+ });
130
+
131
+ allure.api.addTranslation('ka', {
132
+ tab: {
133
+ packages: {
134
+ name: 'პაკეტები'
135
+ }
136
+ }
137
+ });
138
+
139
+ allure.api.addTranslation('it', {
140
+ tab: {
141
+ packages: {
142
+ name: 'Pacchetti'
143
+ }
144
+ }
145
+ });
146
+
147
+ allure.api.addTab('packages', {
148
+ title: 'tab.packages.name', icon: 'fa fa-align-left',
149
+ route: 'packages(/)(:testGroup)(/)(:testResult)(/)(:testResultTab)(/)',
150
+ onEnter: (function (testGroup, testResult, testResultTab) {
151
+ return new allure.components.TreeLayout({
152
+ testGroup: testGroup,
153
+ testResult: testResult,
154
+ testResultTab: testResultTab,
155
+ tabName: 'tab.packages.name',
156
+ baseUrl: 'packages',
157
+ url: 'data/packages.json'
158
+ });
159
+ })
160
+ });