mirror of
https://github.com/pezkuwichain/balances_test_result.git
synced 2026-07-22 19:15:43 +00:00
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -1 +0,0 @@
|
|||||||
{"uid":"b1a8273437954620fa374b796ffaacdd","children":[],"name":"behaviors"}
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
{"uid":"83edc06c07f9ae9e47eb6dd1b683e4e2","children":[],"name":"packages"}
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
{"uid":"98d3104e051c652961429bf95fa0b5d6","children":[],"name":"suites"}
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
{"uid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","children":[],"name":"timeline"}
|
|
||||||
@@ -1,13 +0,0 @@
|
|||||||
launch_status failed=0 1777684079000000000
|
|
||||||
launch_status broken=0 1777684079000000000
|
|
||||||
launch_status passed=0 1777684079000000000
|
|
||||||
launch_status skipped=0 1777684079000000000
|
|
||||||
launch_status unknown=0 1777684079000000000
|
|
||||||
launch_time duration=0 1777684079000000000
|
|
||||||
launch_time min_duration=0 1777684079000000000
|
|
||||||
launch_time max_duration=0 1777684079000000000
|
|
||||||
launch_time sum_duration=0 1777684079000000000
|
|
||||||
launch_time start=0 1777684079000000000
|
|
||||||
launch_time stop=0 1777684079000000000
|
|
||||||
launch_retries retries=0 1777684079000000000
|
|
||||||
launch_retries run=0 1777684079000000000
|
|
||||||
@@ -1,13 +0,0 @@
|
|||||||
launch_status_failed 0
|
|
||||||
launch_status_broken 0
|
|
||||||
launch_status_passed 0
|
|
||||||
launch_status_skipped 0
|
|
||||||
launch_status_unknown 0
|
|
||||||
launch_time_duration 0
|
|
||||||
launch_time_min_duration 0
|
|
||||||
launch_time_max_duration 0
|
|
||||||
launch_time_sum_duration 0
|
|
||||||
launch_time_start 0
|
|
||||||
launch_time_stop 0
|
|
||||||
launch_retries_retries 0
|
|
||||||
launch_retries_run 0
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
[{"data":{}}]
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
[{"data":{}}]
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
[{"data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}}]
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
{}
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
[{"data":{"run":0,"retry":0}}]
|
|
||||||
@@ -1,34 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html dir="ltr" lang="en">
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<title>Allure Report</title>
|
|
||||||
<link rel="icon" 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': '2.32.0',
|
|
||||||
'reportUuid': '7036c737-52c6-4106-abdb-a3d1b7df35ec',
|
|
||||||
'single_file': false
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -1,276 +0,0 @@
|
|||||||
'use strict';
|
|
||||||
|
|
||||||
allure.api.addTranslation('en', {
|
|
||||||
tab: {
|
|
||||||
behaviors: {
|
|
||||||
name: 'Behaviors'
|
|
||||||
}
|
|
||||||
},
|
|
||||||
widget: {
|
|
||||||
behaviors: {
|
|
||||||
name: 'Features by stories',
|
|
||||||
showAll: 'show all'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
allure.api.addTranslation('ru', {
|
|
||||||
tab: {
|
|
||||||
behaviors: {
|
|
||||||
name: 'Функциональность'
|
|
||||||
}
|
|
||||||
},
|
|
||||||
widget: {
|
|
||||||
behaviors: {
|
|
||||||
name: 'Функциональность',
|
|
||||||
showAll: 'показать все'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
allure.api.addTranslation('zh', {
|
|
||||||
tab: {
|
|
||||||
behaviors: {
|
|
||||||
name: '功能'
|
|
||||||
}
|
|
||||||
},
|
|
||||||
widget: {
|
|
||||||
behaviors: {
|
|
||||||
name: '特性场景',
|
|
||||||
showAll: '显示所有'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
allure.api.addTranslation('de', {
|
|
||||||
tab: {
|
|
||||||
behaviors: {
|
|
||||||
name: 'Verhalten'
|
|
||||||
}
|
|
||||||
},
|
|
||||||
widget: {
|
|
||||||
behaviors: {
|
|
||||||
name: 'Features nach Stories',
|
|
||||||
showAll: 'Zeige alle'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
allure.api.addTranslation('nl', {
|
|
||||||
tab: {
|
|
||||||
behaviors: {
|
|
||||||
name: 'Functionaliteit'
|
|
||||||
}
|
|
||||||
},
|
|
||||||
widget: {
|
|
||||||
behaviors: {
|
|
||||||
name: 'Features en story’s',
|
|
||||||
showAll: 'Toon alle'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
allure.api.addTranslation('he', {
|
|
||||||
tab: {
|
|
||||||
behaviors: {
|
|
||||||
name: 'התנהגויות'
|
|
||||||
}
|
|
||||||
},
|
|
||||||
widget: {
|
|
||||||
behaviors: {
|
|
||||||
name: 'תכונות לפי סיפורי משתמש',
|
|
||||||
showAll: 'הצג הכול'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
allure.api.addTranslation('br', {
|
|
||||||
tab: {
|
|
||||||
behaviors: {
|
|
||||||
name: 'Comportamentos'
|
|
||||||
}
|
|
||||||
},
|
|
||||||
widget: {
|
|
||||||
behaviors: {
|
|
||||||
name: 'Funcionalidades por história',
|
|
||||||
showAll: 'Mostrar tudo'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
allure.api.addTranslation('ja', {
|
|
||||||
tab: {
|
|
||||||
behaviors: {
|
|
||||||
name: '振る舞い'
|
|
||||||
}
|
|
||||||
},
|
|
||||||
widget: {
|
|
||||||
behaviors: {
|
|
||||||
name: 'ストーリー別の機能',
|
|
||||||
showAll: '全て表示'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
allure.api.addTranslation('es', {
|
|
||||||
tab: {
|
|
||||||
behaviors: {
|
|
||||||
name: 'Funcionalidades'
|
|
||||||
}
|
|
||||||
},
|
|
||||||
widget: {
|
|
||||||
behaviors: {
|
|
||||||
name: 'Funcionalidades por Historias de Usuario',
|
|
||||||
showAll: 'mostrar todo'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
allure.api.addTranslation('kr', {
|
|
||||||
tab: {
|
|
||||||
behaviors: {
|
|
||||||
name: '동작'
|
|
||||||
}
|
|
||||||
},
|
|
||||||
widget: {
|
|
||||||
behaviors: {
|
|
||||||
name: '스토리별 기능',
|
|
||||||
showAll: '전체 보기'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
allure.api.addTranslation('fr', {
|
|
||||||
tab: {
|
|
||||||
behaviors: {
|
|
||||||
name: 'Comportements'
|
|
||||||
}
|
|
||||||
},
|
|
||||||
widget: {
|
|
||||||
behaviors: {
|
|
||||||
name: 'Thèmes par histoires',
|
|
||||||
showAll: 'Montrer tout'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
allure.api.addTranslation('pl', {
|
|
||||||
tab: {
|
|
||||||
behaviors: {
|
|
||||||
name: 'Zachowania'
|
|
||||||
}
|
|
||||||
},
|
|
||||||
widget: {
|
|
||||||
behaviors: {
|
|
||||||
name: 'Funkcje według historii',
|
|
||||||
showAll: 'pokaż wszystko'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
allure.api.addTranslation('am', {
|
|
||||||
tab: {
|
|
||||||
behaviors: {
|
|
||||||
name: 'Վարքագծեր'
|
|
||||||
}
|
|
||||||
},
|
|
||||||
widget: {
|
|
||||||
behaviors: {
|
|
||||||
name: 'Ֆիչրները ըստ պատմությունների',
|
|
||||||
showAll: 'ցույց տալ բոլորը'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
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.addTranslation('sv', {
|
|
||||||
tab: {
|
|
||||||
behaviors: {
|
|
||||||
name: 'Beteenden'
|
|
||||||
}
|
|
||||||
},
|
|
||||||
widget: {
|
|
||||||
behaviors: {
|
|
||||||
name: 'Funktioner efter user stories',
|
|
||||||
showAll: 'visa allt'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
allure.api.addTranslation('isv', {
|
|
||||||
tab: {
|
|
||||||
behaviors: {
|
|
||||||
name: 'Funkcionalnost',
|
|
||||||
}
|
|
||||||
},
|
|
||||||
widget: {
|
|
||||||
behaviors: {
|
|
||||||
name: 'Funkcionalnost',
|
|
||||||
showAll: 'pokaži vsěčto',
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
allure.api.addTranslation('ka', {
|
|
||||||
tab: {
|
|
||||||
behaviors: {
|
|
||||||
name: 'ფუნქციონალი',
|
|
||||||
}
|
|
||||||
},
|
|
||||||
widget: {
|
|
||||||
behaviors: {
|
|
||||||
name: 'ფუნქციონალი',
|
|
||||||
showAll: 'ყველას ჩვენება',
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
allure.api.addTranslation('it', {
|
|
||||||
tab: {
|
|
||||||
behaviors: {
|
|
||||||
name: 'Comportamenti'
|
|
||||||
}
|
|
||||||
},
|
|
||||||
widget: {
|
|
||||||
behaviors: {
|
|
||||||
name: 'Funzionalità per storie',
|
|
||||||
showAll: 'Mostra tutto'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
allure.api.addTab('behaviors', {
|
|
||||||
title: 'tab.behaviors.name', icon: 'fa fa-list',
|
|
||||||
route: 'behaviors(/)(:testGroup)(/)(:testResult)(/)(:testResultTab)(/)',
|
|
||||||
onEnter: (function (testGroup, testResult, testResultTab) {
|
|
||||||
return new allure.components.TreeLayout({
|
|
||||||
testGroup: testGroup,
|
|
||||||
testResult: testResult,
|
|
||||||
testResultTab: testResultTab,
|
|
||||||
tabName: 'tab.behaviors.name',
|
|
||||||
baseUrl: 'behaviors',
|
|
||||||
url: 'data/behaviors.json',
|
|
||||||
csvUrl: 'data/behaviors.csv'
|
|
||||||
});
|
|
||||||
})
|
|
||||||
});
|
|
||||||
|
|
||||||
allure.api.addWidget('widgets', 'behaviors', allure.components.WidgetStatusView.extend({
|
|
||||||
rowTag: 'a',
|
|
||||||
title: 'widget.behaviors.name',
|
|
||||||
baseUrl: 'behaviors',
|
|
||||||
showLinks: true
|
|
||||||
}));
|
|
||||||
@@ -1,160 +0,0 @@
|
|||||||
'use strict';
|
|
||||||
|
|
||||||
allure.api.addTranslation('en', {
|
|
||||||
tab: {
|
|
||||||
packages: {
|
|
||||||
name: 'Packages'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
allure.api.addTranslation('ru', {
|
|
||||||
tab: {
|
|
||||||
packages: {
|
|
||||||
name: 'Пакеты'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
allure.api.addTranslation('zh', {
|
|
||||||
tab: {
|
|
||||||
packages: {
|
|
||||||
name: '包'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
allure.api.addTranslation('de', {
|
|
||||||
tab: {
|
|
||||||
packages: {
|
|
||||||
name: 'Pakete'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
allure.api.addTranslation('nl', {
|
|
||||||
tab: {
|
|
||||||
packages: {
|
|
||||||
name: 'Packages'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
allure.api.addTranslation('he', {
|
|
||||||
tab: {
|
|
||||||
packages: {
|
|
||||||
name: 'חבילות'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
allure.api.addTranslation('br', {
|
|
||||||
tab: {
|
|
||||||
packages: {
|
|
||||||
name: 'Pacotes'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
allure.api.addTranslation('ja', {
|
|
||||||
tab: {
|
|
||||||
packages: {
|
|
||||||
name: 'パッケージ'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
allure.api.addTranslation('es', {
|
|
||||||
tab: {
|
|
||||||
packages: {
|
|
||||||
name: 'Paquetes'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
allure.api.addTranslation('kr', {
|
|
||||||
tab: {
|
|
||||||
packages: {
|
|
||||||
name: '패키지'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
allure.api.addTranslation('fr', {
|
|
||||||
tab: {
|
|
||||||
packages: {
|
|
||||||
name: 'Paquets'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
allure.api.addTranslation('pl', {
|
|
||||||
tab: {
|
|
||||||
packages: {
|
|
||||||
name: 'Pakiety'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
allure.api.addTranslation('am', {
|
|
||||||
tab: {
|
|
||||||
packages: {
|
|
||||||
name: 'Փաթեթներ'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
allure.api.addTranslation('az', {
|
|
||||||
tab: {
|
|
||||||
packages: {
|
|
||||||
name: 'Paketlər'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
allure.api.addTranslation('sv', {
|
|
||||||
tab: {
|
|
||||||
packages: {
|
|
||||||
name: 'Paket'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
allure.api.addTranslation('isv', {
|
|
||||||
tab: {
|
|
||||||
packages: {
|
|
||||||
name: 'Pakety'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
allure.api.addTranslation('ka', {
|
|
||||||
tab: {
|
|
||||||
packages: {
|
|
||||||
name: 'პაკეტები'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
allure.api.addTranslation('it', {
|
|
||||||
tab: {
|
|
||||||
packages: {
|
|
||||||
name: 'Pacchetti'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
allure.api.addTab('packages', {
|
|
||||||
title: 'tab.packages.name', icon: 'fa fa-align-left',
|
|
||||||
route: 'packages(/)(:testGroup)(/)(:testResult)(/)(:testResultTab)(/)',
|
|
||||||
onEnter: (function (testGroup, testResult, testResultTab) {
|
|
||||||
return new allure.components.TreeLayout({
|
|
||||||
testGroup: testGroup,
|
|
||||||
testResult: testResult,
|
|
||||||
testResultTab: testResultTab,
|
|
||||||
tabName: 'tab.packages.name',
|
|
||||||
baseUrl: 'packages',
|
|
||||||
url: 'data/packages.json'
|
|
||||||
});
|
|
||||||
})
|
|
||||||
});
|
|
||||||
@@ -1,200 +0,0 @@
|
|||||||
(function () {
|
|
||||||
var settings = allure.getPluginSettings('screen-diff', { diffType: 'diff' });
|
|
||||||
|
|
||||||
function renderImage(src) {
|
|
||||||
return (
|
|
||||||
'<div class="screen-diff__container">' +
|
|
||||||
'<img class="screen-diff__image" src="' +
|
|
||||||
src +
|
|
||||||
'">' +
|
|
||||||
'</div>'
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
function findImage(data, name) {
|
|
||||||
if (data.testStage && data.testStage.attachments) {
|
|
||||||
var matchedImage = data.testStage.attachments.filter(function (attachment) {
|
|
||||||
return attachment.name === name;
|
|
||||||
})[0];
|
|
||||||
if (matchedImage) {
|
|
||||||
return 'data/attachments/' + matchedImage.source;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
function renderDiffContent(type, diffImage, actualImage, expectedImage) {
|
|
||||||
if (type === 'diff') {
|
|
||||||
if (diffImage) {
|
|
||||||
return renderImage(diffImage);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
if (type === 'overlay' && expectedImage) {
|
|
||||||
return (
|
|
||||||
'<div class="screen-diff__overlay screen-diff__container">' +
|
|
||||||
'<img class="screen-diff__image" src="' +
|
|
||||||
expectedImage +
|
|
||||||
'">' +
|
|
||||||
'<div class="screen-diff__image-over">' +
|
|
||||||
'<img class="screen-diff__image" src="' +
|
|
||||||
actualImage +
|
|
||||||
'">' +
|
|
||||||
'</div>' +
|
|
||||||
'</div>'
|
|
||||||
);
|
|
||||||
}
|
|
||||||
if (actualImage) {
|
|
||||||
return renderImage(actualImage);
|
|
||||||
}
|
|
||||||
return 'No diff data provided';
|
|
||||||
}
|
|
||||||
|
|
||||||
var TestResultView = Backbone.Marionette.View.extend({
|
|
||||||
regions: {
|
|
||||||
subView: '.screen-diff-view',
|
|
||||||
},
|
|
||||||
template: function () {
|
|
||||||
return '<div class="screen-diff-view"></div>';
|
|
||||||
},
|
|
||||||
onRender: function () {
|
|
||||||
var data = this.model.toJSON();
|
|
||||||
var testType = data.labels.filter(function (label) {
|
|
||||||
return label.name === 'testType';
|
|
||||||
})[0];
|
|
||||||
var diffImage = findImage(data, 'diff');
|
|
||||||
var actualImage = findImage(data, 'actual');
|
|
||||||
var expectedImage = findImage(data, 'expected');
|
|
||||||
if (!testType || testType.value !== 'screenshotDiff') {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
this.showChildView(
|
|
||||||
'subView',
|
|
||||||
new ScreenDiffView({
|
|
||||||
diffImage: diffImage,
|
|
||||||
actualImage: actualImage,
|
|
||||||
expectedImage: expectedImage,
|
|
||||||
}),
|
|
||||||
);
|
|
||||||
},
|
|
||||||
});
|
|
||||||
var ErrorView = Backbone.Marionette.View.extend({
|
|
||||||
templateContext: function () {
|
|
||||||
return this.options;
|
|
||||||
},
|
|
||||||
template: function (data) {
|
|
||||||
return '<pre class="screen-diff-error">' + data.error + '</pre>';
|
|
||||||
},
|
|
||||||
});
|
|
||||||
var AttachmentView = Backbone.Marionette.View.extend({
|
|
||||||
regions: {
|
|
||||||
subView: '.screen-diff-view',
|
|
||||||
},
|
|
||||||
template: function () {
|
|
||||||
return '<div class="screen-diff-view"></div>';
|
|
||||||
},
|
|
||||||
onRender: function () {
|
|
||||||
jQuery
|
|
||||||
.getJSON(this.options.sourceUrl)
|
|
||||||
.then(this.renderScreenDiffView.bind(this), this.renderErrorView.bind(this));
|
|
||||||
},
|
|
||||||
renderErrorView: function (error) {
|
|
||||||
console.log(error);
|
|
||||||
this.showChildView(
|
|
||||||
'subView',
|
|
||||||
new ErrorView({
|
|
||||||
error: error.statusText,
|
|
||||||
}),
|
|
||||||
);
|
|
||||||
},
|
|
||||||
renderScreenDiffView: function (data) {
|
|
||||||
this.showChildView(
|
|
||||||
'subView',
|
|
||||||
new ScreenDiffView({
|
|
||||||
diffImage: data.diff,
|
|
||||||
actualImage: data.actual,
|
|
||||||
expectedImage: data.expected,
|
|
||||||
}),
|
|
||||||
);
|
|
||||||
},
|
|
||||||
});
|
|
||||||
|
|
||||||
var ScreenDiffView = Backbone.Marionette.View.extend({
|
|
||||||
className: 'pane__section',
|
|
||||||
events: function () {
|
|
||||||
return {
|
|
||||||
['click [name="screen-diff-type-' + this.cid + '"]']: 'onDiffTypeChange',
|
|
||||||
'mousemove .screen-diff__overlay': 'onOverlayMove',
|
|
||||||
};
|
|
||||||
},
|
|
||||||
initialize: function (options) {
|
|
||||||
this.diffImage = options.diffImage;
|
|
||||||
this.actualImage = options.actualImage;
|
|
||||||
this.expectedImage = options.expectedImage;
|
|
||||||
this.radioName = 'screen-diff-type-' + this.cid;
|
|
||||||
},
|
|
||||||
templateContext: function () {
|
|
||||||
return {
|
|
||||||
diffType: settings.get('diffType'),
|
|
||||||
diffImage: this.diffImage,
|
|
||||||
actualImage: this.actualImage,
|
|
||||||
expectedImage: this.expectedImage,
|
|
||||||
radioName: this.radioName,
|
|
||||||
};
|
|
||||||
},
|
|
||||||
template: function (data) {
|
|
||||||
if (!data.diffImage && !data.actualImage && !data.expectedImage) {
|
|
||||||
return '';
|
|
||||||
}
|
|
||||||
|
|
||||||
return (
|
|
||||||
'<h3 class="pane__section-title">Screen Diff</h3>' +
|
|
||||||
'<div class="screen-diff__content">' +
|
|
||||||
'<div class="screen-diff__switchers">' +
|
|
||||||
'<label><input type="radio" name="' +
|
|
||||||
data.radioName +
|
|
||||||
'" value="diff"> Show diff</label>' +
|
|
||||||
'<label><input type="radio" name="' +
|
|
||||||
data.radioName +
|
|
||||||
'" value="overlay"> Show overlay</label>' +
|
|
||||||
'</div>' +
|
|
||||||
renderDiffContent(
|
|
||||||
data.diffType,
|
|
||||||
data.diffImage,
|
|
||||||
data.actualImage,
|
|
||||||
data.expectedImage,
|
|
||||||
) +
|
|
||||||
'</div>'
|
|
||||||
);
|
|
||||||
},
|
|
||||||
adjustImageSize: function (event) {
|
|
||||||
var overImage = this.$(event.target);
|
|
||||||
overImage.width(overImage.width());
|
|
||||||
},
|
|
||||||
onRender: function () {
|
|
||||||
const diffType = settings.get('diffType');
|
|
||||||
this.$('[name="' + this.radioName + '"][value="' + diffType + '"]').prop(
|
|
||||||
'checked',
|
|
||||||
true,
|
|
||||||
);
|
|
||||||
if (diffType === 'overlay') {
|
|
||||||
this.$('.screen-diff__image-over img').on('load', this.adjustImageSize.bind(this));
|
|
||||||
}
|
|
||||||
},
|
|
||||||
onOverlayMove: function (event) {
|
|
||||||
var pageX = event.pageX;
|
|
||||||
var containerScroll = this.$('.screen-diff__container').scrollLeft();
|
|
||||||
var elementX = event.currentTarget.getBoundingClientRect().left;
|
|
||||||
var delta = pageX - elementX + containerScroll;
|
|
||||||
this.$('.screen-diff__image-over').width(delta);
|
|
||||||
},
|
|
||||||
onDiffTypeChange: function (event) {
|
|
||||||
settings.save('diffType', event.target.value);
|
|
||||||
this.render();
|
|
||||||
},
|
|
||||||
});
|
|
||||||
allure.api.addTestResultBlock(TestResultView, { position: 'before' });
|
|
||||||
allure.api.addAttachmentViewer('application/vnd.allure.image.diff', {
|
|
||||||
View: AttachmentView,
|
|
||||||
icon: 'fa fa-exchange',
|
|
||||||
});
|
|
||||||
})();
|
|
||||||
@@ -1,30 +0,0 @@
|
|||||||
.screen-diff__switchers {
|
|
||||||
margin-bottom: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.screen-diff__switchers label + label {
|
|
||||||
margin-left: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.screen-diff__overlay {
|
|
||||||
position: relative;
|
|
||||||
cursor: col-resize;
|
|
||||||
}
|
|
||||||
|
|
||||||
.screen-diff__container {
|
|
||||||
overflow-x: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.screen-diff__image-over {
|
|
||||||
top: 0;
|
|
||||||
left: 0;
|
|
||||||
bottom: 0;
|
|
||||||
background: #fff;
|
|
||||||
position: absolute;
|
|
||||||
overflow: hidden;
|
|
||||||
box-shadow: 2px 0 1px -1px #aaa;
|
|
||||||
}
|
|
||||||
|
|
||||||
.screen-diff-error {
|
|
||||||
color: #fd5a3e;
|
|
||||||
}
|
|
||||||
File diff suppressed because one or more lines are too long
@@ -1 +0,0 @@
|
|||||||
{"total":0,"items":[]}
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
[{"data":{}}]
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
[{"data":{}}]
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
[]
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
[]
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
[{"data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}}]
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
[{"data":{"run":0,"retry":0}}]
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
[]
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
[]
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
{"total":0,"items":[]}
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
{"reportName":"Allure Report","testRuns":[],"statistic":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0},"time":{}}
|
|
||||||
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
File diff suppressed because one or more lines are too long
@@ -0,0 +1,2 @@
|
|||||||
|
"BROKEN","EPIC","FAILED","FEATURE","PASSED","SKIPPED","STORY","UNKNOWN"
|
||||||
|
"0","","0","","121","0","","0"
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1,122 @@
|
|||||||
|
"DESCRIPTION","DURATION IN MS","NAME","PARENT SUITE","START TIME","STATUS","STOP TIME","SUB SUITE","SUITE","TEST CLASS","TEST METHOD"
|
||||||
|
"","46839","testBalancesLoading[Polkadot Collectives]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testBalancesLoading[Polkadot Collectives]"
|
||||||
|
"","1047","testBalancesLoading[Energy Web X]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testBalancesLoading[Energy Web X]"
|
||||||
|
"","94","testBalancesLoading[Aleph Zero]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testBalancesLoading[Aleph Zero]"
|
||||||
|
"","1766","testBalancesLoading[Acurast Canary]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testBalancesLoading[Acurast Canary]"
|
||||||
|
"","713","testBalancesLoading[Kreivo]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testBalancesLoading[Kreivo]"
|
||||||
|
"","524","testFeeLoading[Robonomics]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testFeeLoading[Robonomics]"
|
||||||
|
"","483","testFeeLoading[CC Enterprise]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testFeeLoading[CC Enterprise]"
|
||||||
|
"","568","testFeeLoading[Ajuna]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testFeeLoading[Ajuna]"
|
||||||
|
"","562","testFeeLoading[Energy Web X]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testFeeLoading[Energy Web X]"
|
||||||
|
"","271","testBalancesLoading[Bittensor]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testBalancesLoading[Bittensor]"
|
||||||
|
"","982","testBalancesLoading[Vara]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testBalancesLoading[Vara]"
|
||||||
|
"","79","testFeeLoading[Polkadot Coretime]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testFeeLoading[Polkadot Coretime]"
|
||||||
|
"","1315","testBalancesLoading[Litentry]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testBalancesLoading[Litentry]"
|
||||||
|
"","397","testFeeLoading[Creditcoin]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testFeeLoading[Creditcoin]"
|
||||||
|
"","506","testFeeLoading[Acurast]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testFeeLoading[Acurast]"
|
||||||
|
"","1010","testFeeLoading[DeepBrain]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testFeeLoading[DeepBrain]"
|
||||||
|
"","1224","testBalancesLoading[Robonomics]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testBalancesLoading[Robonomics]"
|
||||||
|
"","500","testFeeLoading[Kusama Bridge Hub]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testFeeLoading[Kusama Bridge Hub]"
|
||||||
|
"","529","testFeeLoading[Polkadex Solochain]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testFeeLoading[Polkadex Solochain]"
|
||||||
|
"","67","testFeeLoading[GIANT]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testFeeLoading[GIANT]"
|
||||||
|
"","522","testFeeLoading[Humanode]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testFeeLoading[Humanode]"
|
||||||
|
"","1058","testBalancesLoading[Westend]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testBalancesLoading[Westend]"
|
||||||
|
"","524","testFeeLoading[Polkadot Collectives]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testFeeLoading[Polkadot Collectives]"
|
||||||
|
"","499","testFeeLoading[Polkadot People]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testFeeLoading[Polkadot People]"
|
||||||
|
"","422","testBalancesLoading[Moonriver]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testBalancesLoading[Moonriver]"
|
||||||
|
"","139","testBalancesLoading[Kusama]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testBalancesLoading[Kusama]"
|
||||||
|
"","2948","testBalancesLoading[XX network]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testBalancesLoading[XX network]"
|
||||||
|
"","527","testFeeLoading[Ternoa]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testFeeLoading[Ternoa]"
|
||||||
|
"","719","testFeeLoading[Karura]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testFeeLoading[Karura]"
|
||||||
|
"","1705","testFeeLoading[Shiden]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testFeeLoading[Shiden]"
|
||||||
|
"","912","testBalancesLoading[Manta]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testBalancesLoading[Manta]"
|
||||||
|
"","2609","testBalancesLoading[DeepBrain]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testBalancesLoading[DeepBrain]"
|
||||||
|
"","1096","testFeeLoading[Bifrost Polkadot]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testFeeLoading[Bifrost Polkadot]"
|
||||||
|
"","460","testFeeLoading[Crust Polkadot Parachain]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testFeeLoading[Crust Polkadot Parachain]"
|
||||||
|
"","1366","testFeeLoading[DENTNet]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testFeeLoading[DENTNet]"
|
||||||
|
"","1226","testFeeLoading[Pezkuwi People]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testFeeLoading[Pezkuwi People]"
|
||||||
|
"","233","testBalancesLoading[Pezkuwi Asset Hub]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testBalancesLoading[Pezkuwi Asset Hub]"
|
||||||
|
"","211","testBalancesLoading[Pezkuwi]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testBalancesLoading[Pezkuwi]"
|
||||||
|
"","321","testBalancesLoading[Enjin Matrixchain]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testBalancesLoading[Enjin Matrixchain]"
|
||||||
|
"","2230","testFeeLoading[XX network]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testFeeLoading[XX network]"
|
||||||
|
"","316","testBalancesLoading[Altair]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testBalancesLoading[Altair]"
|
||||||
|
"","450","testBalancesLoading[Moonbeam]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testBalancesLoading[Moonbeam]"
|
||||||
|
"","543","testFeeLoading[UNIQUE]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testFeeLoading[UNIQUE]"
|
||||||
|
"","535","testFeeLoading[Kusama People]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testFeeLoading[Kusama People]"
|
||||||
|
"","2796","testPezkuwiEcosystemAssetsActuallySync","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.PezkuwiFullArchitectureBalancesTest","io.novafoundation.nova.balances.PezkuwiFullArchitectureBalancesTest","testPezkuwiEcosystemAssetsActuallySync"
|
||||||
|
"","405","testFeeLoading[Aventus]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testFeeLoading[Aventus]"
|
||||||
|
"","8662","testBalancesLoading[Shiden]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testBalancesLoading[Shiden]"
|
||||||
|
"","1380","testBalancesLoading[Astar]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testBalancesLoading[Astar]"
|
||||||
|
"","189","testBalancesLoading[GIANT]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testBalancesLoading[GIANT]"
|
||||||
|
"","613","testBalancesLoading[Acala]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testBalancesLoading[Acala]"
|
||||||
|
"","370","testNativeTrxBalanceLoading","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.TronBalancesIntegrationTest","io.novafoundation.nova.balances.TronBalancesIntegrationTest","testNativeTrxBalanceLoading"
|
||||||
|
"","492","testFeeLoading[Acurast Canary]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testFeeLoading[Acurast Canary]"
|
||||||
|
"","676","testFeeLoading[Polkadot]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testFeeLoading[Polkadot]"
|
||||||
|
"","1371","testBalancesLoading[JAMTON]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testBalancesLoading[JAMTON]"
|
||||||
|
"","745","testFeeLoading[JAMTON]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testFeeLoading[JAMTON]"
|
||||||
|
"","1227","testFeeLoading[Pezkuwi]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testFeeLoading[Pezkuwi]"
|
||||||
|
"","399","testFeeLoading[Polymesh Mainnet]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testFeeLoading[Polymesh Mainnet]"
|
||||||
|
"","969","testBalancesLoading[Polkadot People]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testBalancesLoading[Polkadot People]"
|
||||||
|
"","115","testBalancesLoading[UNIQUE]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testBalancesLoading[UNIQUE]"
|
||||||
|
"","589","testFeeLoading[Encointer]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testFeeLoading[Encointer]"
|
||||||
|
"","1031","testBalancesLoading[Kusama Bridge Hub]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testBalancesLoading[Kusama Bridge Hub]"
|
||||||
|
"","901","testBalancesLoading[Creditcoin]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testBalancesLoading[Creditcoin]"
|
||||||
|
"","697","testFeeLoading[Kusama]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testFeeLoading[Kusama]"
|
||||||
|
"","1493","testBalancesLoading[Ajuna]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testBalancesLoading[Ajuna]"
|
||||||
|
"","1764","testBalancesLoading[Karura]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testBalancesLoading[Karura]"
|
||||||
|
"","1276","testBalancesLoading[Ternoa]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testBalancesLoading[Ternoa]"
|
||||||
|
"","120","testFeeLoading[Frequency]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testFeeLoading[Frequency]"
|
||||||
|
"","443","testFeeLoading[Aleph Zero]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testFeeLoading[Aleph Zero]"
|
||||||
|
"","502","testFeeLoading[Westend]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testFeeLoading[Westend]"
|
||||||
|
"","3036","testBalancesLoading[Bifrost]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testBalancesLoading[Bifrost]"
|
||||||
|
"","2215","testBalancesLoading[DENTNet]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testBalancesLoading[DENTNet]"
|
||||||
|
"","165","testFeeLoading[Moonbeam]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testFeeLoading[Moonbeam]"
|
||||||
|
"","223","testBalancesLoading[Kusama Coretime]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testBalancesLoading[Kusama Coretime]"
|
||||||
|
"","215","testBalancesLoading[Polkadot Coretime]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testBalancesLoading[Polkadot Coretime]"
|
||||||
|
"","1025","testBalancesLoading[Polkadex Solochain]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testBalancesLoading[Polkadex Solochain]"
|
||||||
|
"","134","testBalancesLoading[Polkadot]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testBalancesLoading[Polkadot]"
|
||||||
|
"","358","testBalancesLoading[Frequency]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testBalancesLoading[Frequency]"
|
||||||
|
"","342","testBalancesLoading[Avail]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testBalancesLoading[Avail]"
|
||||||
|
"","1415","testBalancesLoading[Centrifuge Parachain]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testBalancesLoading[Centrifuge Parachain]"
|
||||||
|
"","116","testBalancesLoading[Statemint]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testBalancesLoading[Statemint]"
|
||||||
|
"","510","testTrc20UsdtBalanceLoading","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.TronBalancesIntegrationTest","io.novafoundation.nova.balances.TronBalancesIntegrationTest","testTrc20UsdtBalanceLoading"
|
||||||
|
"","680","testFeeLoading[HydraDX]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testFeeLoading[HydraDX]"
|
||||||
|
"","609","testFeeLoading[Statemint]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testFeeLoading[Statemint]"
|
||||||
|
"","989","testBalancesLoading[CC Enterprise]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testBalancesLoading[CC Enterprise]"
|
||||||
|
"","492","testFeeLoading[Centrifuge Parachain]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testFeeLoading[Centrifuge Parachain]"
|
||||||
|
"","164","testFeeLoading[Moonriver]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testFeeLoading[Moonriver]"
|
||||||
|
"","1216","testFeeLoading[Pezkuwi Asset Hub]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testFeeLoading[Pezkuwi Asset Hub]"
|
||||||
|
"","889","testBalancesLoading[Crust Polkadot Parachain]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testBalancesLoading[Crust Polkadot Parachain]"
|
||||||
|
"","206","testFeeLoading[Pendulum]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testFeeLoading[Pendulum]"
|
||||||
|
"","1081","testBalancesLoading[Polkadot Bridge Hub]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testBalancesLoading[Polkadot Bridge Hub]"
|
||||||
|
"","13161","testBalancesLoading[Encointer]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testBalancesLoading[Encointer]"
|
||||||
|
"","67","testFeeLoading[Avail]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testFeeLoading[Avail]"
|
||||||
|
"","1220","testFeeLoading[Bifrost]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testFeeLoading[Bifrost]"
|
||||||
|
"","478","testFeeLoading[Vara]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testFeeLoading[Vara]"
|
||||||
|
"","1441","testBalancesLoading[Acurast]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testBalancesLoading[Acurast]"
|
||||||
|
"","214","testBalancesLoading[Pezkuwi People]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testBalancesLoading[Pezkuwi People]"
|
||||||
|
"","1171","testBalancesLoading[OriginTrail Parachain]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testBalancesLoading[OriginTrail Parachain]"
|
||||||
|
"","1151","testBalancesLoading[Cere]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testBalancesLoading[Cere]"
|
||||||
|
"","1004","testBalancesLoading[Kusama People]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testBalancesLoading[Kusama People]"
|
||||||
|
"","514","testFeeLoading[OriginTrail Parachain]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testFeeLoading[OriginTrail Parachain]"
|
||||||
|
"","404","testFeeLoading[Manta]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testFeeLoading[Manta]"
|
||||||
|
"","79","testFeeLoading[Kusama Coretime]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testFeeLoading[Kusama Coretime]"
|
||||||
|
"","566","testFeeLoading[Basilisk]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testFeeLoading[Basilisk]"
|
||||||
|
"","1661","testBalancesLoading[Basilisk]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testBalancesLoading[Basilisk]"
|
||||||
|
"","250","testFeeLoading[Kreivo]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testFeeLoading[Kreivo]"
|
||||||
|
"","478","testBalancesLoading[Enjin Relay]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testBalancesLoading[Enjin Relay]"
|
||||||
|
"","966","testBalancesLoading[HydraDX]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testBalancesLoading[HydraDX]"
|
||||||
|
"","922","testBalancesLoading[Polymesh Mainnet]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testBalancesLoading[Polymesh Mainnet]"
|
||||||
|
"","420","testFeeLoading[Cere]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testFeeLoading[Cere]"
|
||||||
|
"","2962","testBalancesLoading[Bifrost Polkadot]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testBalancesLoading[Bifrost Polkadot]"
|
||||||
|
"","69","testFeeLoading[Altair]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testFeeLoading[Altair]"
|
||||||
|
"","1102","testBalancesLoading[Aventus]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testBalancesLoading[Aventus]"
|
||||||
|
"","57","testFeeLoading[Enjin Relay]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testFeeLoading[Enjin Relay]"
|
||||||
|
"","913","testBalancesLoading[Humanode]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testBalancesLoading[Humanode]"
|
||||||
|
"","530","testFeeLoading[Polkadot Bridge Hub]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testFeeLoading[Polkadot Bridge Hub]"
|
||||||
|
"","568","testFeeLoading[Astar]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testFeeLoading[Astar]"
|
||||||
|
"","583","testBalancesLoading[Pendulum]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testBalancesLoading[Pendulum]"
|
||||||
|
"","438","testFeeLoading[Acala]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testFeeLoading[Acala]"
|
||||||
|
"","95","testFeeLoading[Enjin Matrixchain]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testFeeLoading[Enjin Matrixchain]"
|
||||||
|
"","553","testFeeLoading[Litentry]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testFeeLoading[Litentry]"
|
||||||
|
"","87","testFeeLoading[Bittensor]","","2026-07-10","passed","2026-07-10","","io.novafoundation.nova.balances.BalancesIntegrationTest","io.novafoundation.nova.balances.BalancesIntegrationTest","testFeeLoading[Bittensor]"
|
||||||
|
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
|||||||
|
{"uid":"106e2596c7410402","name":"testFeeLoading[Kreivo]","fullName":"io.novafoundation.nova.balances.BalancesIntegrationTest.testFeeLoading[Kreivo]","historyId":"953f9bfcd89682dd00005d2bdf54adc5","time":{"start":1783644989159,"stop":1783644989409,"duration":250},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"io.novafoundation.nova.balances"},{"name":"testClass","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"testMethod","value":"testFeeLoading[Kreivo]"},{"name":"suite","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"host","value":"localhost"},{"name":"thread","value":"Instr: io.qameta.allure.android.runners.AllureAndroidJUnitRunner(251)"},{"name":"framework","value":"junit4"},{"name":"language","value":"kotlin"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d2e7ca2ce6ea18c4","reportUrl":"https://pezkuwichain.github.io/balances_test_result/522/#testresult/d2e7ca2ce6ea18c4","status":"passed","time":{"start":1783639869927,"stop":1783639870183,"duration":256}},{"uid":"3b7293b423db24bb","reportUrl":"https://pezkuwichain.github.io/balances_test_result/521/#testresult/3b7293b423db24bb","status":"passed","time":{"start":1783635007403,"stop":1783635007609,"duration":206}},{"uid":"1f9f2f894f4ed1ba","reportUrl":"https://pezkuwichain.github.io/balances_test_result/520/#testresult/1f9f2f894f4ed1ba","status":"passed","time":{"start":1783630844125,"stop":1783630844283,"duration":158}},{"uid":"f4f601e708079358","reportUrl":"https://pezkuwichain.github.io/balances_test_result/519/#testresult/f4f601e708079358","status":"passed","time":{"start":1783627260549,"stop":1783627260707,"duration":158}},{"uid":"2aca773a00ec988e","reportUrl":"https://pezkuwichain.github.io/balances_test_result/516/#testresult/2aca773a00ec988e","status":"passed","time":{"start":1783621241162,"stop":1783621241385,"duration":223}},{"uid":"1d68d071109b0a67","reportUrl":"https://pezkuwichain.github.io/balances_test_result/515/#testresult/1d68d071109b0a67","status":"passed","time":{"start":1783621014388,"stop":1783621014551,"duration":163}},{"uid":"545ec414448a30f0","reportUrl":"https://pezkuwichain.github.io/balances_test_result/514/#testresult/545ec414448a30f0","status":"passed","time":{"start":1783618461093,"stop":1783618461295,"duration":202}},{"uid":"5811a1c7c9fa4ce8","reportUrl":"https://pezkuwichain.github.io/balances_test_result/513/#testresult/5811a1c7c9fa4ce8","status":"passed","time":{"start":1783615499278,"stop":1783615499516,"duration":238}},{"uid":"70d7108f2e26548b","reportUrl":"https://pezkuwichain.github.io/balances_test_result/512/#testresult/70d7108f2e26548b","status":"passed","time":{"start":1783611875365,"stop":1783611875608,"duration":243}},{"uid":"7fa9136dc3db826c","reportUrl":"https://pezkuwichain.github.io/balances_test_result/510/#testresult/7fa9136dc3db826c","status":"passed","time":{"start":1783596631275,"stop":1783596631487,"duration":212}},{"uid":"ab4a6fbe003659a8","reportUrl":"https://pezkuwichain.github.io/balances_test_result/509/#testresult/ab4a6fbe003659a8","status":"passed","time":{"start":1783565987997,"stop":1783565988163,"duration":166}}]},"tags":[]},"source":"106e2596c7410402.json","parameterValues":[]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"uid":"1077c5e981c5418a","name":"testFeeLoading[Enjin Relay]","fullName":"io.novafoundation.nova.balances.BalancesIntegrationTest.testFeeLoading[Enjin Relay]","historyId":"d86ac22205632083c101f7b5282bafd8","time":{"start":1783644986119,"stop":1783644986176,"duration":57},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"io.novafoundation.nova.balances"},{"name":"testClass","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"testMethod","value":"testFeeLoading[Enjin Relay]"},{"name":"suite","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"host","value":"localhost"},{"name":"thread","value":"Instr: io.qameta.allure.android.runners.AllureAndroidJUnitRunner(251)"},{"name":"framework","value":"junit4"},{"name":"language","value":"kotlin"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4455b0b0c07b8ef6","reportUrl":"https://pezkuwichain.github.io/balances_test_result/522/#testresult/4455b0b0c07b8ef6","status":"passed","time":{"start":1783639865624,"stop":1783639866027,"duration":403}},{"uid":"106c12c680a208b5","reportUrl":"https://pezkuwichain.github.io/balances_test_result/521/#testresult/106c12c680a208b5","status":"passed","time":{"start":1783635004826,"stop":1783635004887,"duration":61}},{"uid":"17797f8d9a070161","reportUrl":"https://pezkuwichain.github.io/balances_test_result/520/#testresult/17797f8d9a070161","status":"passed","time":{"start":1783630840826,"stop":1783630841091,"duration":265}},{"uid":"8ee3260ff2d5a13f","reportUrl":"https://pezkuwichain.github.io/balances_test_result/519/#testresult/8ee3260ff2d5a13f","status":"passed","time":{"start":1783627256477,"stop":1783627256907,"duration":430}},{"uid":"70f25a12723b7153","reportUrl":"https://pezkuwichain.github.io/balances_test_result/516/#testresult/70f25a12723b7153","status":"passed","time":{"start":1783621237011,"stop":1783621237410,"duration":399}},{"uid":"95cdb949d316dcb4","reportUrl":"https://pezkuwichain.github.io/balances_test_result/515/#testresult/95cdb949d316dcb4","status":"passed","time":{"start":1783621011398,"stop":1783621011565,"duration":167}},{"uid":"d032dba864bf932d","reportUrl":"https://pezkuwichain.github.io/balances_test_result/514/#testresult/d032dba864bf932d","status":"passed","time":{"start":1783618457068,"stop":1783618457522,"duration":454}},{"uid":"2fa2afce2159fa66","reportUrl":"https://pezkuwichain.github.io/balances_test_result/513/#testresult/2fa2afce2159fa66","status":"passed","time":{"start":1783615494896,"stop":1783615495300,"duration":404}},{"uid":"f366d7177e3237f5","reportUrl":"https://pezkuwichain.github.io/balances_test_result/512/#testresult/f366d7177e3237f5","status":"passed","time":{"start":1783611872833,"stop":1783611872894,"duration":61}},{"uid":"29bdf3bc954066a2","reportUrl":"https://pezkuwichain.github.io/balances_test_result/510/#testresult/29bdf3bc954066a2","status":"passed","time":{"start":1783596628664,"stop":1783596628719,"duration":55}},{"uid":"d4f62e4e7bb6e690","reportUrl":"https://pezkuwichain.github.io/balances_test_result/509/#testresult/d4f62e4e7bb6e690","status":"passed","time":{"start":1783565984135,"stop":1783565984525,"duration":390}}]},"tags":[]},"source":"1077c5e981c5418a.json","parameterValues":[]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"uid":"12611c053f0871e3","name":"testFeeLoading[JAMTON]","fullName":"io.novafoundation.nova.balances.BalancesIntegrationTest.testFeeLoading[JAMTON]","historyId":"8ed1934fd196f2ea2be3627fde3db8d9","time":{"start":1783645003983,"stop":1783645004728,"duration":745},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"io.novafoundation.nova.balances"},{"name":"testClass","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"testMethod","value":"testFeeLoading[JAMTON]"},{"name":"suite","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"host","value":"localhost"},{"name":"thread","value":"Instr: io.qameta.allure.android.runners.AllureAndroidJUnitRunner(251)"},{"name":"framework","value":"junit4"},{"name":"language","value":"kotlin"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5fffd474eff391fa","reportUrl":"https://pezkuwichain.github.io/balances_test_result/522/#testresult/5fffd474eff391fa","status":"passed","time":{"start":1783639890290,"stop":1783639891334,"duration":1044}},{"uid":"e534b9b0358cb1f4","reportUrl":"https://pezkuwichain.github.io/balances_test_result/521/#testresult/e534b9b0358cb1f4","status":"passed","time":{"start":1783635023158,"stop":1783635023895,"duration":737}},{"uid":"f82d88fceab1a152","reportUrl":"https://pezkuwichain.github.io/balances_test_result/520/#testresult/f82d88fceab1a152","status":"passed","time":{"start":1783630861895,"stop":1783630862768,"duration":873}},{"uid":"d6311fcfc5eb9602","reportUrl":"https://pezkuwichain.github.io/balances_test_result/519/#testresult/d6311fcfc5eb9602","status":"passed","time":{"start":1783627283492,"stop":1783627284557,"duration":1065}},{"uid":"ca00822a20690064","reportUrl":"https://pezkuwichain.github.io/balances_test_result/516/#testresult/ca00822a20690064","status":"passed","time":{"start":1783621262510,"stop":1783621263588,"duration":1078}},{"uid":"69ec4f0d83343bc9","reportUrl":"https://pezkuwichain.github.io/balances_test_result/515/#testresult/69ec4f0d83343bc9","status":"passed","time":{"start":1783621032537,"stop":1783621033387,"duration":850}},{"uid":"96e97825385462fe","reportUrl":"https://pezkuwichain.github.io/balances_test_result/514/#testresult/96e97825385462fe","status":"passed","time":{"start":1783618481919,"stop":1783618483039,"duration":1120}},{"uid":"c1ed86515e8ddf8c","reportUrl":"https://pezkuwichain.github.io/balances_test_result/513/#testresult/c1ed86515e8ddf8c","status":"passed","time":{"start":1783615533808,"stop":1783615534865,"duration":1057}},{"uid":"2a4bac217e736145","reportUrl":"https://pezkuwichain.github.io/balances_test_result/512/#testresult/2a4bac217e736145","status":"passed","time":{"start":1783611891546,"stop":1783611892278,"duration":732}},{"uid":"3bf811da35cc6ae","reportUrl":"https://pezkuwichain.github.io/balances_test_result/510/#testresult/3bf811da35cc6ae","status":"passed","time":{"start":1783596645784,"stop":1783596646514,"duration":730}},{"uid":"afbb25f00ecc7ac4","reportUrl":"https://pezkuwichain.github.io/balances_test_result/509/#testresult/afbb25f00ecc7ac4","status":"passed","time":{"start":1783566013147,"stop":1783566014325,"duration":1178}}]},"tags":[]},"source":"12611c053f0871e3.json","parameterValues":[]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"uid":"140ab3004683642c","name":"testNativeTrxBalanceLoading","fullName":"io.novafoundation.nova.balances.TronBalancesIntegrationTest.testNativeTrxBalanceLoading","historyId":"8bc0649935a898f929e5f677eb8a8e8c","time":{"start":1783645020337,"stop":1783645020707,"duration":370},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":true,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"io.novafoundation.nova.balances"},{"name":"testClass","value":"io.novafoundation.nova.balances.TronBalancesIntegrationTest"},{"name":"testMethod","value":"testNativeTrxBalanceLoading"},{"name":"suite","value":"io.novafoundation.nova.balances.TronBalancesIntegrationTest"},{"name":"host","value":"localhost"},{"name":"thread","value":"Instr: io.qameta.allure.android.runners.AllureAndroidJUnitRunner(251)"},{"name":"framework","value":"junit4"},{"name":"language","value":"kotlin"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":4,"unknown":0,"total":9},"items":[{"uid":"ab7dd6afaabffa38","reportUrl":"https://pezkuwichain.github.io/balances_test_result/522/#testresult/ab7dd6afaabffa38","status":"broken","statusDetails":"HTTP 429 ","time":{"start":1783639910267,"stop":1783639910361,"duration":94}},{"uid":"56f26953eb6f9de9","reportUrl":"https://pezkuwichain.github.io/balances_test_result/521/#testresult/56f26953eb6f9de9","status":"broken","statusDetails":"HTTP 429 ","time":{"start":1783635158055,"stop":1783635158326,"duration":271}},{"uid":"72ad438f2eb48220","reportUrl":"https://pezkuwichain.github.io/balances_test_result/520/#testresult/72ad438f2eb48220","status":"passed","time":{"start":1783630998339,"stop":1783630998652,"duration":313}},{"uid":"305f855db6088376","reportUrl":"https://pezkuwichain.github.io/balances_test_result/519/#testresult/305f855db6088376","status":"broken","statusDetails":"HTTP 429 ","time":{"start":1783627420347,"stop":1783627420479,"duration":132}},{"uid":"15a8ed25b324829f","reportUrl":"https://pezkuwichain.github.io/balances_test_result/516/#testresult/15a8ed25b324829f","status":"passed","time":{"start":1783621370938,"stop":1783621371215,"duration":277}},{"uid":"f27c31d2937946dc","reportUrl":"https://pezkuwichain.github.io/balances_test_result/514/#testresult/f27c31d2937946dc","status":"passed","time":{"start":1783618589495,"stop":1783618589902,"duration":407}},{"uid":"82f111cb03831d58","reportUrl":"https://pezkuwichain.github.io/balances_test_result/513/#testresult/82f111cb03831d58","status":"broken","statusDetails":"HTTP 429 ","time":{"start":1783615642246,"stop":1783615642334,"duration":88}},{"uid":"772f7ba2a768e1d1","reportUrl":"https://pezkuwichain.github.io/balances_test_result/512/#testresult/772f7ba2a768e1d1","status":"broken","statusDetails":"HTTP 429 ","time":{"start":1783611995265,"stop":1783611995544,"duration":279}}]},"tags":[]},"source":"140ab3004683642c.json","parameterValues":[]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"uid":"156c9434936b53e9","name":"testBalancesLoading[Kreivo]","fullName":"io.novafoundation.nova.balances.BalancesIntegrationTest.testBalancesLoading[Kreivo]","historyId":"d3fe2491f07e8335d02c391dff06ab6c","time":{"start":1783644988443,"stop":1783644989156,"duration":713},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"io.novafoundation.nova.balances"},{"name":"testClass","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"testMethod","value":"testBalancesLoading[Kreivo]"},{"name":"suite","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"host","value":"localhost"},{"name":"thread","value":"Instr: io.qameta.allure.android.runners.AllureAndroidJUnitRunner(251)"},{"name":"framework","value":"junit4"},{"name":"language","value":"kotlin"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"dfe4c0dd55392da4","reportUrl":"https://pezkuwichain.github.io/balances_test_result/522/#testresult/dfe4c0dd55392da4","status":"passed","time":{"start":1783639868994,"stop":1783639869923,"duration":929}},{"uid":"89a05b3064fc4ac4","reportUrl":"https://pezkuwichain.github.io/balances_test_result/521/#testresult/89a05b3064fc4ac4","status":"passed","time":{"start":1783635006680,"stop":1783635007400,"duration":720}},{"uid":"887df53da58a83a1","reportUrl":"https://pezkuwichain.github.io/balances_test_result/520/#testresult/887df53da58a83a1","status":"passed","time":{"start":1783630843457,"stop":1783630844122,"duration":665}},{"uid":"2598996d645849e2","reportUrl":"https://pezkuwichain.github.io/balances_test_result/519/#testresult/2598996d645849e2","status":"passed","time":{"start":1783627259741,"stop":1783627260545,"duration":804}},{"uid":"f2b44bd2800e5703","reportUrl":"https://pezkuwichain.github.io/balances_test_result/516/#testresult/f2b44bd2800e5703","status":"passed","time":{"start":1783621240375,"stop":1783621241159,"duration":784}},{"uid":"40d3373d4bd39d0f","reportUrl":"https://pezkuwichain.github.io/balances_test_result/515/#testresult/40d3373d4bd39d0f","status":"passed","time":{"start":1783621013729,"stop":1783621014385,"duration":656}},{"uid":"7a8a50f41a224fc4","reportUrl":"https://pezkuwichain.github.io/balances_test_result/514/#testresult/7a8a50f41a224fc4","status":"passed","time":{"start":1783618460212,"stop":1783618461090,"duration":878}},{"uid":"51ecc09869f250af","reportUrl":"https://pezkuwichain.github.io/balances_test_result/513/#testresult/51ecc09869f250af","status":"passed","time":{"start":1783615498334,"stop":1783615499276,"duration":942}},{"uid":"c8e679a34a55ca38","reportUrl":"https://pezkuwichain.github.io/balances_test_result/512/#testresult/c8e679a34a55ca38","status":"passed","time":{"start":1783611874671,"stop":1783611875362,"duration":691}},{"uid":"bf8d2909c5a7b50c","reportUrl":"https://pezkuwichain.github.io/balances_test_result/510/#testresult/bf8d2909c5a7b50c","status":"passed","time":{"start":1783596630586,"stop":1783596631272,"duration":686}},{"uid":"d5ed79e5181d5d18","reportUrl":"https://pezkuwichain.github.io/balances_test_result/509/#testresult/d5ed79e5181d5d18","status":"passed","time":{"start":1783565987167,"stop":1783565987994,"duration":827}}]},"tags":[]},"source":"156c9434936b53e9.json","parameterValues":[]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"uid":"1772dc1ffaa8a21b","name":"testFeeLoading[Encointer]","fullName":"io.novafoundation.nova.balances.BalancesIntegrationTest.testFeeLoading[Encointer]","historyId":"722f25bfa45ff5b0b1eae5323f992de","time":{"start":1783644901702,"stop":1783644902291,"duration":589},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"io.novafoundation.nova.balances"},{"name":"testClass","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"testMethod","value":"testFeeLoading[Encointer]"},{"name":"suite","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"host","value":"localhost"},{"name":"thread","value":"Instr: io.qameta.allure.android.runners.AllureAndroidJUnitRunner(251)"},{"name":"framework","value":"junit4"},{"name":"language","value":"kotlin"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"59c28c29329f4b45","reportUrl":"https://pezkuwichain.github.io/balances_test_result/522/#testresult/59c28c29329f4b45","status":"passed","time":{"start":1783639774222,"stop":1783639775106,"duration":884}},{"uid":"265cc058194644c7","reportUrl":"https://pezkuwichain.github.io/balances_test_result/521/#testresult/265cc058194644c7","status":"passed","time":{"start":1783634919470,"stop":1783634920044,"duration":574}},{"uid":"7b08d7b32bf6946b","reportUrl":"https://pezkuwichain.github.io/balances_test_result/520/#testresult/7b08d7b32bf6946b","status":"passed","time":{"start":1783630744627,"stop":1783630745371,"duration":744}},{"uid":"3b6c5980c75af92b","reportUrl":"https://pezkuwichain.github.io/balances_test_result/519/#testresult/3b6c5980c75af92b","status":"passed","time":{"start":1783627172549,"stop":1783627173336,"duration":787}},{"uid":"6915f6d85a8ac4f3","reportUrl":"https://pezkuwichain.github.io/balances_test_result/516/#testresult/6915f6d85a8ac4f3","status":"passed","time":{"start":1783621064303,"stop":1783621065112,"duration":809}},{"uid":"24d73b02c5ee1677","reportUrl":"https://pezkuwichain.github.io/balances_test_result/515/#testresult/24d73b02c5ee1677","status":"passed","time":{"start":1783620922450,"stop":1783620923108,"duration":658}},{"uid":"4f4c57d9e25479b4","reportUrl":"https://pezkuwichain.github.io/balances_test_result/514/#testresult/4f4c57d9e25479b4","status":"passed","time":{"start":1783618368571,"stop":1783618369346,"duration":775}},{"uid":"9ad401df2b3e2c0c","reportUrl":"https://pezkuwichain.github.io/balances_test_result/513/#testresult/9ad401df2b3e2c0c","status":"passed","time":{"start":1783615407591,"stop":1783615408448,"duration":857}},{"uid":"6bac9811d1953864","reportUrl":"https://pezkuwichain.github.io/balances_test_result/512/#testresult/6bac9811d1953864","status":"passed","time":{"start":1783611782069,"stop":1783611782648,"duration":579}},{"uid":"bec7d8b076bac5a7","reportUrl":"https://pezkuwichain.github.io/balances_test_result/510/#testresult/bec7d8b076bac5a7","status":"passed","time":{"start":1783596544175,"stop":1783596544747,"duration":572}},{"uid":"72ccec2d9673269e","reportUrl":"https://pezkuwichain.github.io/balances_test_result/509/#testresult/72ccec2d9673269e","status":"passed","time":{"start":1783565817139,"stop":1783565817949,"duration":810}}]},"tags":[]},"source":"1772dc1ffaa8a21b.json","parameterValues":[]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"uid":"1e355a08d9c7365e","name":"testFeeLoading[UNIQUE]","fullName":"io.novafoundation.nova.balances.BalancesIntegrationTest.testFeeLoading[UNIQUE]","historyId":"eb3e2b9fa99cc63861231cc4688d5754","time":{"start":1783644912503,"stop":1783644913046,"duration":543},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"io.novafoundation.nova.balances"},{"name":"testClass","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"testMethod","value":"testFeeLoading[UNIQUE]"},{"name":"suite","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"host","value":"localhost"},{"name":"thread","value":"Instr: io.qameta.allure.android.runners.AllureAndroidJUnitRunner(251)"},{"name":"framework","value":"junit4"},{"name":"language","value":"kotlin"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b3b8804895dc80de","reportUrl":"https://pezkuwichain.github.io/balances_test_result/522/#testresult/b3b8804895dc80de","status":"passed","time":{"start":1783639794029,"stop":1783639794889,"duration":860}},{"uid":"ce06bec6735425d2","reportUrl":"https://pezkuwichain.github.io/balances_test_result/521/#testresult/ce06bec6735425d2","status":"passed","time":{"start":1783634942432,"stop":1783634942977,"duration":545}},{"uid":"10f2bd0d6a6529a1","reportUrl":"https://pezkuwichain.github.io/balances_test_result/520/#testresult/10f2bd0d6a6529a1","status":"passed","time":{"start":1783630761206,"stop":1783630762001,"duration":795}},{"uid":"571381d86fcc0b4f","reportUrl":"https://pezkuwichain.github.io/balances_test_result/519/#testresult/571381d86fcc0b4f","status":"passed","time":{"start":1783627184685,"stop":1783627185481,"duration":796}},{"uid":"ddcb2f01549721c6","reportUrl":"https://pezkuwichain.github.io/balances_test_result/516/#testresult/ddcb2f01549721c6","status":"passed","time":{"start":1783621080461,"stop":1783621081252,"duration":791}},{"uid":"c056f298c78d72f5","reportUrl":"https://pezkuwichain.github.io/balances_test_result/515/#testresult/c056f298c78d72f5","status":"passed","time":{"start":1783620942215,"stop":1783620942798,"duration":583}},{"uid":"88f13d085bf31a6a","reportUrl":"https://pezkuwichain.github.io/balances_test_result/514/#testresult/88f13d085bf31a6a","status":"passed","time":{"start":1783618386171,"stop":1783618386991,"duration":820}},{"uid":"d14289a252f2c25b","reportUrl":"https://pezkuwichain.github.io/balances_test_result/513/#testresult/d14289a252f2c25b","status":"passed","time":{"start":1783615426160,"stop":1783615426980,"duration":820}},{"uid":"29a30f2fb6b7a778","reportUrl":"https://pezkuwichain.github.io/balances_test_result/512/#testresult/29a30f2fb6b7a778","status":"passed","time":{"start":1783611793213,"stop":1783611793748,"duration":535}},{"uid":"51ff3b1eb8621f52","reportUrl":"https://pezkuwichain.github.io/balances_test_result/510/#testresult/51ff3b1eb8621f52","status":"passed","time":{"start":1783596554346,"stop":1783596554894,"duration":548}},{"uid":"6152ba3a6454a4cf","reportUrl":"https://pezkuwichain.github.io/balances_test_result/509/#testresult/6152ba3a6454a4cf","status":"passed","time":{"start":1783565828694,"stop":1783565829534,"duration":840}}]},"tags":[]},"source":"1e355a08d9c7365e.json","parameterValues":[]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"uid":"22a783f2388acdb1","name":"testBalancesLoading[Kusama]","fullName":"io.novafoundation.nova.balances.BalancesIntegrationTest.testBalancesLoading[Kusama]","historyId":"b2bb78a2e72dd20f06788126cad1b16","time":{"start":1783644870979,"stop":1783644871118,"duration":139},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"io.novafoundation.nova.balances"},{"name":"testClass","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"testMethod","value":"testBalancesLoading[Kusama]"},{"name":"suite","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"host","value":"localhost"},{"name":"thread","value":"Instr: io.qameta.allure.android.runners.AllureAndroidJUnitRunner(251)"},{"name":"framework","value":"junit4"},{"name":"language","value":"kotlin"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7eff86f2caf2ed85","reportUrl":"https://pezkuwichain.github.io/balances_test_result/522/#testresult/7eff86f2caf2ed85","status":"passed","time":{"start":1783639738493,"stop":1783639738686,"duration":193}},{"uid":"17c4859e47ab99a8","reportUrl":"https://pezkuwichain.github.io/balances_test_result/521/#testresult/17c4859e47ab99a8","status":"passed","time":{"start":1783634887683,"stop":1783634887822,"duration":139}},{"uid":"c73b4fec8490180c","reportUrl":"https://pezkuwichain.github.io/balances_test_result/520/#testresult/c73b4fec8490180c","status":"passed","time":{"start":1783630714284,"stop":1783630714465,"duration":181}},{"uid":"6dce5a596c99ae45","reportUrl":"https://pezkuwichain.github.io/balances_test_result/519/#testresult/6dce5a596c99ae45","status":"passed","time":{"start":1783627135905,"stop":1783627136119,"duration":214}},{"uid":"db3e1329b9565531","reportUrl":"https://pezkuwichain.github.io/balances_test_result/516/#testresult/db3e1329b9565531","status":"passed","time":{"start":1783621036626,"stop":1783621036855,"duration":229}},{"uid":"d1ad1d210210d24f","reportUrl":"https://pezkuwichain.github.io/balances_test_result/515/#testresult/d1ad1d210210d24f","status":"passed","time":{"start":1783620896438,"stop":1783620896568,"duration":130}},{"uid":"9100e3620169d718","reportUrl":"https://pezkuwichain.github.io/balances_test_result/514/#testresult/9100e3620169d718","status":"passed","time":{"start":1783618334256,"stop":1783618334456,"duration":200}},{"uid":"895cf6fb7ec4641e","reportUrl":"https://pezkuwichain.github.io/balances_test_result/513/#testresult/895cf6fb7ec4641e","status":"passed","time":{"start":1783615375287,"stop":1783615375502,"duration":215}},{"uid":"b614b34b166bc2c0","reportUrl":"https://pezkuwichain.github.io/balances_test_result/512/#testresult/b614b34b166bc2c0","status":"passed","time":{"start":1783611748139,"stop":1783611748273,"duration":134}},{"uid":"422435df5b88dd7e","reportUrl":"https://pezkuwichain.github.io/balances_test_result/510/#testresult/422435df5b88dd7e","status":"passed","time":{"start":1783596511697,"stop":1783596511827,"duration":130}},{"uid":"3b1cf926b7b646fd","reportUrl":"https://pezkuwichain.github.io/balances_test_result/509/#testresult/3b1cf926b7b646fd","status":"passed","time":{"start":1783565783940,"stop":1783565784164,"duration":224}}]},"tags":[]},"source":"22a783f2388acdb1.json","parameterValues":[]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"uid":"22f27b9fa510fb1","name":"testFeeLoading[Acurast]","fullName":"io.novafoundation.nova.balances.BalancesIntegrationTest.testFeeLoading[Acurast]","historyId":"6d365d05587f8b78aa25fabf13e169a7","time":{"start":1783645012168,"stop":1783645012674,"duration":506},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"io.novafoundation.nova.balances"},{"name":"testClass","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"testMethod","value":"testFeeLoading[Acurast]"},{"name":"suite","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"host","value":"localhost"},{"name":"thread","value":"Instr: io.qameta.allure.android.runners.AllureAndroidJUnitRunner(251)"},{"name":"framework","value":"junit4"},{"name":"language","value":"kotlin"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"af062228cde2627a","reportUrl":"https://pezkuwichain.github.io/balances_test_result/522/#testresult/af062228cde2627a","status":"passed","time":{"start":1783639900718,"stop":1783639901557,"duration":839}},{"uid":"c8a84fdaba9b61b7","reportUrl":"https://pezkuwichain.github.io/balances_test_result/521/#testresult/c8a84fdaba9b61b7","status":"passed","time":{"start":1783635030936,"stop":1783635031486,"duration":550}},{"uid":"e2cb27af69682ddc","reportUrl":"https://pezkuwichain.github.io/balances_test_result/520/#testresult/e2cb27af69682ddc","status":"passed","time":{"start":1783630871325,"stop":1783630871992,"duration":667}},{"uid":"8965f81e1e5f552c","reportUrl":"https://pezkuwichain.github.io/balances_test_result/519/#testresult/8965f81e1e5f552c","status":"passed","time":{"start":1783627293249,"stop":1783627294024,"duration":775}},{"uid":"27cb8d0156f3a27","reportUrl":"https://pezkuwichain.github.io/balances_test_result/516/#testresult/27cb8d0156f3a27","status":"passed","time":{"start":1783621272460,"stop":1783621273221,"duration":761}},{"uid":"e8b12718d1b8a72f","reportUrl":"https://pezkuwichain.github.io/balances_test_result/515/#testresult/e8b12718d1b8a72f","status":"passed","time":{"start":1783621041178,"stop":1783621041785,"duration":607}},{"uid":"68c8fc8f99ecb092","reportUrl":"https://pezkuwichain.github.io/balances_test_result/514/#testresult/68c8fc8f99ecb092","status":"passed","time":{"start":1783618491978,"stop":1783618492736,"duration":758}},{"uid":"e64bf98e398cb42c","reportUrl":"https://pezkuwichain.github.io/balances_test_result/513/#testresult/e64bf98e398cb42c","status":"passed","time":{"start":1783615544581,"stop":1783615545413,"duration":832}},{"uid":"1a89bbe6835cc235","reportUrl":"https://pezkuwichain.github.io/balances_test_result/512/#testresult/1a89bbe6835cc235","status":"passed","time":{"start":1783611899147,"stop":1783611899677,"duration":530}},{"uid":"7240e86a9d28dfdd","reportUrl":"https://pezkuwichain.github.io/balances_test_result/510/#testresult/7240e86a9d28dfdd","status":"passed","time":{"start":1783596653672,"stop":1783596654185,"duration":513}},{"uid":"6fc91dfcf487422c","reportUrl":"https://pezkuwichain.github.io/balances_test_result/509/#testresult/6fc91dfcf487422c","status":"passed","time":{"start":1783566023503,"stop":1783566024281,"duration":778}}]},"tags":[]},"source":"22f27b9fa510fb1.json","parameterValues":[]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"uid":"23904df953391b6e","name":"testFeeLoading[Aventus]","fullName":"io.novafoundation.nova.balances.BalancesIntegrationTest.testFeeLoading[Aventus]","historyId":"49b6e2737abc58a78f6b959d6eed561b","time":{"start":1783644925705,"stop":1783644926110,"duration":405},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"io.novafoundation.nova.balances"},{"name":"testClass","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"testMethod","value":"testFeeLoading[Aventus]"},{"name":"suite","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"host","value":"localhost"},{"name":"thread","value":"Instr: io.qameta.allure.android.runners.AllureAndroidJUnitRunner(251)"},{"name":"framework","value":"junit4"},{"name":"language","value":"kotlin"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ddf974ade1e4ba28","reportUrl":"https://pezkuwichain.github.io/balances_test_result/522/#testresult/ddf974ade1e4ba28","status":"passed","time":{"start":1783639810659,"stop":1783639811384,"duration":725}},{"uid":"1f0d6f1505057a39","reportUrl":"https://pezkuwichain.github.io/balances_test_result/521/#testresult/1f0d6f1505057a39","status":"passed","time":{"start":1783634952587,"stop":1783634952964,"duration":377}},{"uid":"7afe3f27d4c7277a","reportUrl":"https://pezkuwichain.github.io/balances_test_result/520/#testresult/7afe3f27d4c7277a","status":"passed","time":{"start":1783630775685,"stop":1783630776232,"duration":547}},{"uid":"991279dc8bfd7a60","reportUrl":"https://pezkuwichain.github.io/balances_test_result/519/#testresult/991279dc8bfd7a60","status":"passed","time":{"start":1783627198003,"stop":1783627198651,"duration":648}},{"uid":"fba40b3b8ea9414","reportUrl":"https://pezkuwichain.github.io/balances_test_result/516/#testresult/fba40b3b8ea9414","status":"passed","time":{"start":1783621177471,"stop":1783621212950,"duration":35479}},{"uid":"854ed8977929ccdd","reportUrl":"https://pezkuwichain.github.io/balances_test_result/515/#testresult/854ed8977929ccdd","status":"passed","time":{"start":1783620955948,"stop":1783620956466,"duration":518}},{"uid":"6c76d99316519aef","reportUrl":"https://pezkuwichain.github.io/balances_test_result/514/#testresult/6c76d99316519aef","status":"passed","time":{"start":1783618399398,"stop":1783618400049,"duration":651}},{"uid":"47fac38707f2744b","reportUrl":"https://pezkuwichain.github.io/balances_test_result/513/#testresult/47fac38707f2744b","status":"passed","time":{"start":1783615439794,"stop":1783615440506,"duration":712}},{"uid":"cf0bd23934bae019","reportUrl":"https://pezkuwichain.github.io/balances_test_result/512/#testresult/cf0bd23934bae019","status":"passed","time":{"start":1783611802613,"stop":1783611802996,"duration":383}},{"uid":"d132aa8277cf47d4","reportUrl":"https://pezkuwichain.github.io/balances_test_result/510/#testresult/d132aa8277cf47d4","status":"passed","time":{"start":1783596567844,"stop":1783596568277,"duration":433}},{"uid":"3c7179b638964874","reportUrl":"https://pezkuwichain.github.io/balances_test_result/509/#testresult/3c7179b638964874","status":"passed","time":{"start":1783565920409,"stop":1783565961318,"duration":40909}}]},"tags":[]},"source":"23904df953391b6e.json","parameterValues":[]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"uid":"2423aec7a7a8bf77","name":"testBalancesLoading[Kusama Coretime]","fullName":"io.novafoundation.nova.balances.BalancesIntegrationTest.testBalancesLoading[Kusama Coretime]","historyId":"f0a0a44d3070dff4679df9efd7353208","time":{"start":1783645008662,"stop":1783645008885,"duration":223},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"io.novafoundation.nova.balances"},{"name":"testClass","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"testMethod","value":"testBalancesLoading[Kusama Coretime]"},{"name":"suite","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"host","value":"localhost"},{"name":"thread","value":"Instr: io.qameta.allure.android.runners.AllureAndroidJUnitRunner(251)"},{"name":"framework","value":"junit4"},{"name":"language","value":"kotlin"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5a700f848826be95","reportUrl":"https://pezkuwichain.github.io/balances_test_result/522/#testresult/5a700f848826be95","status":"passed","time":{"start":1783639895119,"stop":1783639895810,"duration":691}},{"uid":"a2d8b5a19186364","reportUrl":"https://pezkuwichain.github.io/balances_test_result/521/#testresult/a2d8b5a19186364","status":"passed","time":{"start":1783635027791,"stop":1783635027988,"duration":197}},{"uid":"16caa86a029c2fed","reportUrl":"https://pezkuwichain.github.io/balances_test_result/520/#testresult/16caa86a029c2fed","status":"passed","time":{"start":1783630866749,"stop":1783630867298,"duration":549}},{"uid":"2556133204ba9650","reportUrl":"https://pezkuwichain.github.io/balances_test_result/519/#testresult/2556133204ba9650","status":"passed","time":{"start":1783627287892,"stop":1783627288572,"duration":680}},{"uid":"87f1d6aa2fd17f97","reportUrl":"https://pezkuwichain.github.io/balances_test_result/516/#testresult/87f1d6aa2fd17f97","status":"passed","time":{"start":1783621266997,"stop":1783621267665,"duration":668}},{"uid":"813b48015b37fe29","reportUrl":"https://pezkuwichain.github.io/balances_test_result/515/#testresult/813b48015b37fe29","status":"passed","time":{"start":1783621037202,"stop":1783621037655,"duration":453}},{"uid":"43fffa0b61d68e75","reportUrl":"https://pezkuwichain.github.io/balances_test_result/514/#testresult/43fffa0b61d68e75","status":"passed","time":{"start":1783618486499,"stop":1783618487188,"duration":689}},{"uid":"bb60cf0cc9c09046","reportUrl":"https://pezkuwichain.github.io/balances_test_result/513/#testresult/bb60cf0cc9c09046","status":"passed","time":{"start":1783615538608,"stop":1783615539442,"duration":834}},{"uid":"869abc4accc73e9c","reportUrl":"https://pezkuwichain.github.io/balances_test_result/512/#testresult/869abc4accc73e9c","status":"passed","time":{"start":1783611895964,"stop":1783611896161,"duration":197}},{"uid":"7be446d28345af7d","reportUrl":"https://pezkuwichain.github.io/balances_test_result/510/#testresult/7be446d28345af7d","status":"passed","time":{"start":1783596650389,"stop":1783596650598,"duration":209}},{"uid":"1c2e476b9b57ef2b","reportUrl":"https://pezkuwichain.github.io/balances_test_result/509/#testresult/1c2e476b9b57ef2b","status":"passed","time":{"start":1783566018082,"stop":1783566018920,"duration":838}}]},"tags":[]},"source":"2423aec7a7a8bf77.json","parameterValues":[]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"uid":"24565f090b2d2c2a","name":"testBalancesLoading[Pendulum]","fullName":"io.novafoundation.nova.balances.BalancesIntegrationTest.testBalancesLoading[Pendulum]","historyId":"2a937f616f0e2752e23021779bda12ac","time":{"start":1783644923802,"stop":1783644924385,"duration":583},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"io.novafoundation.nova.balances"},{"name":"testClass","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"testMethod","value":"testBalancesLoading[Pendulum]"},{"name":"suite","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"host","value":"localhost"},{"name":"thread","value":"Instr: io.qameta.allure.android.runners.AllureAndroidJUnitRunner(251)"},{"name":"framework","value":"junit4"},{"name":"language","value":"kotlin"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a990d0b7cac65776","reportUrl":"https://pezkuwichain.github.io/balances_test_result/522/#testresult/a990d0b7cac65776","status":"passed","time":{"start":1783639806530,"stop":1783639808212,"duration":1682}},{"uid":"4dc89670022fd79f","reportUrl":"https://pezkuwichain.github.io/balances_test_result/521/#testresult/4dc89670022fd79f","status":"passed","time":{"start":1783634950641,"stop":1783634951173,"duration":532}},{"uid":"71928d1e18f91c2","reportUrl":"https://pezkuwichain.github.io/balances_test_result/520/#testresult/71928d1e18f91c2","status":"passed","time":{"start":1783630773541,"stop":1783630773999,"duration":458}},{"uid":"dcd9b36548dbe2c2","reportUrl":"https://pezkuwichain.github.io/balances_test_result/519/#testresult/dcd9b36548dbe2c2","status":"passed","time":{"start":1783627195144,"stop":1783627195826,"duration":682}},{"uid":"3df82aa29b49757c","reportUrl":"https://pezkuwichain.github.io/balances_test_result/516/#testresult/3df82aa29b49757c","status":"passed","time":{"start":1783621095537,"stop":1783621096791,"duration":1254}},{"uid":"2cfd5bc150911680","reportUrl":"https://pezkuwichain.github.io/balances_test_result/515/#testresult/2cfd5bc150911680","status":"passed","time":{"start":1783620953951,"stop":1783620954377,"duration":426}},{"uid":"5fba9fc7e6eb8a1f","reportUrl":"https://pezkuwichain.github.io/balances_test_result/514/#testresult/5fba9fc7e6eb8a1f","status":"passed","time":{"start":1783618396670,"stop":1783618397425,"duration":755}},{"uid":"914529dafd2a984a","reportUrl":"https://pezkuwichain.github.io/balances_test_result/513/#testresult/914529dafd2a984a","status":"passed","time":{"start":1783615436822,"stop":1783615437682,"duration":860}},{"uid":"7a4f618f91bc7d74","reportUrl":"https://pezkuwichain.github.io/balances_test_result/512/#testresult/7a4f618f91bc7d74","status":"passed","time":{"start":1783611800929,"stop":1783611801429,"duration":500}},{"uid":"b27e491fc0b792e","reportUrl":"https://pezkuwichain.github.io/balances_test_result/510/#testresult/b27e491fc0b792e","status":"passed","time":{"start":1783596565644,"stop":1783596566234,"duration":590}},{"uid":"a58f8a810f4cabe5","reportUrl":"https://pezkuwichain.github.io/balances_test_result/509/#testresult/a58f8a810f4cabe5","status":"passed","time":{"start":1783565839150,"stop":1783565840090,"duration":940}}]},"tags":[]},"source":"24565f090b2d2c2a.json","parameterValues":[]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"uid":"27de839237add03f","name":"testBalancesLoading[Ajuna]","fullName":"io.novafoundation.nova.balances.BalancesIntegrationTest.testBalancesLoading[Ajuna]","historyId":"f37ef6573875048eaacef5c31a9ee345","time":{"start":1783644927468,"stop":1783644928961,"duration":1493},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"io.novafoundation.nova.balances"},{"name":"testClass","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"testMethod","value":"testBalancesLoading[Ajuna]"},{"name":"suite","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"host","value":"localhost"},{"name":"thread","value":"Instr: io.qameta.allure.android.runners.AllureAndroidJUnitRunner(251)"},{"name":"framework","value":"junit4"},{"name":"language","value":"kotlin"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"cfc06087815db1cf","reportUrl":"https://pezkuwichain.github.io/balances_test_result/522/#testresult/cfc06087815db1cf","status":"passed","time":{"start":1783639813437,"stop":1783639815646,"duration":2209}},{"uid":"1d77c9fd3e1c79b8","reportUrl":"https://pezkuwichain.github.io/balances_test_result/521/#testresult/1d77c9fd3e1c79b8","status":"passed","time":{"start":1783634954281,"stop":1783634955685,"duration":1404}},{"uid":"501a36f967171f76","reportUrl":"https://pezkuwichain.github.io/balances_test_result/520/#testresult/501a36f967171f76","status":"passed","time":{"start":1783630778096,"stop":1783630779883,"duration":1787}},{"uid":"727530708abff67c","reportUrl":"https://pezkuwichain.github.io/balances_test_result/519/#testresult/727530708abff67c","status":"passed","time":{"start":1783627200861,"stop":1783627202736,"duration":1875}},{"uid":"5c678ad24e38bcc6","reportUrl":"https://pezkuwichain.github.io/balances_test_result/516/#testresult/5c678ad24e38bcc6","status":"passed","time":{"start":1783621215107,"stop":1783621216888,"duration":1781}},{"uid":"928007ac8b9b7ccc","reportUrl":"https://pezkuwichain.github.io/balances_test_result/515/#testresult/928007ac8b9b7ccc","status":"passed","time":{"start":1783620958069,"stop":1783620959700,"duration":1631}},{"uid":"76ac0af714e5b931","reportUrl":"https://pezkuwichain.github.io/balances_test_result/514/#testresult/76ac0af714e5b931","status":"passed","time":{"start":1783618402259,"stop":1783618404177,"duration":1918}},{"uid":"6a7c33c068bc5366","reportUrl":"https://pezkuwichain.github.io/balances_test_result/513/#testresult/6a7c33c068bc5366","status":"passed","time":{"start":1783615442740,"stop":1783615444959,"duration":2219}},{"uid":"3ff38eb7fe46f459","reportUrl":"https://pezkuwichain.github.io/balances_test_result/512/#testresult/3ff38eb7fe46f459","status":"passed","time":{"start":1783611804317,"stop":1783611805658,"duration":1341}},{"uid":"213ed121664a9f75","reportUrl":"https://pezkuwichain.github.io/balances_test_result/510/#testresult/213ed121664a9f75","status":"passed","time":{"start":1783596569613,"stop":1783596571052,"duration":1439}},{"uid":"8e8aee6eeb3db416","reportUrl":"https://pezkuwichain.github.io/balances_test_result/509/#testresult/8e8aee6eeb3db416","status":"passed","time":{"start":1783565963393,"stop":1783565965198,"duration":1805}}]},"tags":[]},"source":"27de839237add03f.json","parameterValues":[]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"uid":"283ab6a004ddb8ed","name":"testBalancesLoading[Kusama People]","fullName":"io.novafoundation.nova.balances.BalancesIntegrationTest.testBalancesLoading[Kusama People]","historyId":"399e122c42fa0e4f16ca39599c1df059","time":{"start":1783644989412,"stop":1783644990416,"duration":1004},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"io.novafoundation.nova.balances"},{"name":"testClass","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"testMethod","value":"testBalancesLoading[Kusama People]"},{"name":"suite","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"host","value":"localhost"},{"name":"thread","value":"Instr: io.qameta.allure.android.runners.AllureAndroidJUnitRunner(251)"},{"name":"framework","value":"junit4"},{"name":"language","value":"kotlin"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7f66a7389b5926bd","reportUrl":"https://pezkuwichain.github.io/balances_test_result/522/#testresult/7f66a7389b5926bd","status":"passed","time":{"start":1783639870187,"stop":1783639871519,"duration":1332}},{"uid":"fcff01224ed6a10b","reportUrl":"https://pezkuwichain.github.io/balances_test_result/521/#testresult/fcff01224ed6a10b","status":"passed","time":{"start":1783635007612,"stop":1783635008601,"duration":989}},{"uid":"49e768dee477986a","reportUrl":"https://pezkuwichain.github.io/balances_test_result/520/#testresult/49e768dee477986a","status":"passed","time":{"start":1783630844286,"stop":1783630845392,"duration":1106}},{"uid":"88b44b5006f03586","reportUrl":"https://pezkuwichain.github.io/balances_test_result/519/#testresult/88b44b5006f03586","status":"passed","time":{"start":1783627260710,"stop":1783627262271,"duration":1561}},{"uid":"afdffe4f6db0ef48","reportUrl":"https://pezkuwichain.github.io/balances_test_result/516/#testresult/afdffe4f6db0ef48","status":"passed","time":{"start":1783621241387,"stop":1783621242853,"duration":1466}},{"uid":"8b330af7f905da5f","reportUrl":"https://pezkuwichain.github.io/balances_test_result/515/#testresult/8b330af7f905da5f","status":"passed","time":{"start":1783621014555,"stop":1783621015659,"duration":1104}},{"uid":"60cb0aa31892d589","reportUrl":"https://pezkuwichain.github.io/balances_test_result/514/#testresult/60cb0aa31892d589","status":"passed","time":{"start":1783618461299,"stop":1783618462830,"duration":1531}},{"uid":"4c161c1c0c2815d9","reportUrl":"https://pezkuwichain.github.io/balances_test_result/513/#testresult/4c161c1c0c2815d9","status":"passed","time":{"start":1783615499519,"stop":1783615505176,"duration":5657}},{"uid":"d6ddf98c86de0680","reportUrl":"https://pezkuwichain.github.io/balances_test_result/512/#testresult/d6ddf98c86de0680","status":"passed","time":{"start":1783611875610,"stop":1783611876687,"duration":1077}},{"uid":"402cadeb7e714b7c","reportUrl":"https://pezkuwichain.github.io/balances_test_result/510/#testresult/402cadeb7e714b7c","status":"passed","time":{"start":1783596631491,"stop":1783596632460,"duration":969}},{"uid":"e9f1e5549476e2ed","reportUrl":"https://pezkuwichain.github.io/balances_test_result/509/#testresult/e9f1e5549476e2ed","status":"passed","time":{"start":1783565988166,"stop":1783565989629,"duration":1463}}]},"tags":[]},"source":"283ab6a004ddb8ed.json","parameterValues":[]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"uid":"2ba779650c9eec49","name":"testFeeLoading[Polkadot Collectives]","fullName":"io.novafoundation.nova.balances.BalancesIntegrationTest.testFeeLoading[Polkadot Collectives]","historyId":"714dbb898acaf52c5f40a94455e22a83","time":{"start":1783644980131,"stop":1783644980655,"duration":524},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"io.novafoundation.nova.balances"},{"name":"testClass","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"testMethod","value":"testFeeLoading[Polkadot Collectives]"},{"name":"suite","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"host","value":"localhost"},{"name":"thread","value":"Instr: io.qameta.allure.android.runners.AllureAndroidJUnitRunner(251)"},{"name":"framework","value":"junit4"},{"name":"language","value":"kotlin"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6b8ca886795f20e8","reportUrl":"https://pezkuwichain.github.io/balances_test_result/522/#testresult/6b8ca886795f20e8","status":"passed","time":{"start":1783639848735,"stop":1783639849579,"duration":844}},{"uid":"6c9915550b4e123a","reportUrl":"https://pezkuwichain.github.io/balances_test_result/521/#testresult/6c9915550b4e123a","status":"passed","time":{"start":1783634997506,"stop":1783634998031,"duration":525}},{"uid":"bb4e35b68a2707c0","reportUrl":"https://pezkuwichain.github.io/balances_test_result/520/#testresult/bb4e35b68a2707c0","status":"passed","time":{"start":1783630822860,"stop":1783630823598,"duration":738}},{"uid":"33b7da1e016292cb","reportUrl":"https://pezkuwichain.github.io/balances_test_result/519/#testresult/33b7da1e016292cb","status":"passed","time":{"start":1783627246094,"stop":1783627247004,"duration":910}},{"uid":"43c639c3385dca9b","reportUrl":"https://pezkuwichain.github.io/balances_test_result/516/#testresult/43c639c3385dca9b","status":"passed","time":{"start":1783621226358,"stop":1783621227226,"duration":868}},{"uid":"931b5a25d48bf014","reportUrl":"https://pezkuwichain.github.io/balances_test_result/515/#testresult/931b5a25d48bf014","status":"passed","time":{"start":1783621005424,"stop":1783621006048,"duration":624}},{"uid":"75e99c3f3596d498","reportUrl":"https://pezkuwichain.github.io/balances_test_result/514/#testresult/75e99c3f3596d498","status":"passed","time":{"start":1783618447049,"stop":1783618447994,"duration":945}},{"uid":"302acfe7ea7ecf31","reportUrl":"https://pezkuwichain.github.io/balances_test_result/513/#testresult/302acfe7ea7ecf31","status":"passed","time":{"start":1783615485144,"stop":1783615485937,"duration":793}},{"uid":"25deae74ce827538","reportUrl":"https://pezkuwichain.github.io/balances_test_result/512/#testresult/25deae74ce827538","status":"passed","time":{"start":1783611859421,"stop":1783611859917,"duration":496}},{"uid":"2c1efd736164d386","reportUrl":"https://pezkuwichain.github.io/balances_test_result/510/#testresult/2c1efd736164d386","status":"passed","time":{"start":1783596623182,"stop":1783596623688,"duration":506}},{"uid":"a1d264a3be98489a","reportUrl":"https://pezkuwichain.github.io/balances_test_result/509/#testresult/a1d264a3be98489a","status":"passed","time":{"start":1783565974655,"stop":1783565975578,"duration":923}}]},"tags":[]},"source":"2ba779650c9eec49.json","parameterValues":[]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"uid":"2bc0f28651241345","name":"testBalancesLoading[Polkadex Solochain]","fullName":"io.novafoundation.nova.balances.BalancesIntegrationTest.testBalancesLoading[Polkadex Solochain]","historyId":"367ca1a6480d010904bdcb588c015705","time":{"start":1783644904493,"stop":1783644905518,"duration":1025},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"io.novafoundation.nova.balances"},{"name":"testClass","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"testMethod","value":"testBalancesLoading[Polkadex Solochain]"},{"name":"suite","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"host","value":"localhost"},{"name":"thread","value":"Instr: io.qameta.allure.android.runners.AllureAndroidJUnitRunner(251)"},{"name":"framework","value":"junit4"},{"name":"language","value":"kotlin"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d0afc5cc5cfcf2c2","reportUrl":"https://pezkuwichain.github.io/balances_test_result/522/#testresult/d0afc5cc5cfcf2c2","status":"passed","time":{"start":1783639778402,"stop":1783639779141,"duration":739}},{"uid":"6490a7c790a3d8f2","reportUrl":"https://pezkuwichain.github.io/balances_test_result/521/#testresult/6490a7c790a3d8f2","status":"passed","time":{"start":1783634922073,"stop":1783634922339,"duration":266}},{"uid":"dcf30891a14eac05","reportUrl":"https://pezkuwichain.github.io/balances_test_result/520/#testresult/dcf30891a14eac05","status":"passed","time":{"start":1783630747684,"stop":1783630748260,"duration":576}},{"uid":"286639387571fc5d","reportUrl":"https://pezkuwichain.github.io/balances_test_result/519/#testresult/286639387571fc5d","status":"passed","time":{"start":1783627175749,"stop":1783627176511,"duration":762}},{"uid":"ec29041eb3e76fbd","reportUrl":"https://pezkuwichain.github.io/balances_test_result/516/#testresult/ec29041eb3e76fbd","status":"passed","time":{"start":1783621067468,"stop":1783621068327,"duration":859}},{"uid":"9e0dc5eb190cb3c3","reportUrl":"https://pezkuwichain.github.io/balances_test_result/515/#testresult/9e0dc5eb190cb3c3","status":"passed","time":{"start":1783620925619,"stop":1783620926065,"duration":446}},{"uid":"2675ec731b511fe7","reportUrl":"https://pezkuwichain.github.io/balances_test_result/514/#testresult/2675ec731b511fe7","status":"passed","time":{"start":1783618372779,"stop":1783618373684,"duration":905}},{"uid":"15e117721b898a8f","reportUrl":"https://pezkuwichain.github.io/balances_test_result/513/#testresult/15e117721b898a8f","status":"passed","time":{"start":1783615410737,"stop":1783615411526,"duration":789}},{"uid":"1cc2da6153483d76","reportUrl":"https://pezkuwichain.github.io/balances_test_result/512/#testresult/1cc2da6153483d76","status":"passed","time":{"start":1783611784828,"stop":1783611785832,"duration":1004}},{"uid":"4e5c6f01a0e4dd7f","reportUrl":"https://pezkuwichain.github.io/balances_test_result/510/#testresult/4e5c6f01a0e4dd7f","status":"passed","time":{"start":1783596547392,"stop":1783596547666,"duration":274}},{"uid":"39b00d88fa0ea51a","reportUrl":"https://pezkuwichain.github.io/balances_test_result/509/#testresult/39b00d88fa0ea51a","status":"passed","time":{"start":1783565820436,"stop":1783565821184,"duration":748}}]},"tags":[]},"source":"2bc0f28651241345.json","parameterValues":[]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"uid":"2e4ac0f84a8038e0","name":"testBalancesLoading[Moonbeam]","fullName":"io.novafoundation.nova.balances.BalancesIntegrationTest.testBalancesLoading[Moonbeam]","historyId":"3f20b4b59901554affd6f030746c2378","time":{"start":1783644875885,"stop":1783644876335,"duration":450},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"io.novafoundation.nova.balances"},{"name":"testClass","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"testMethod","value":"testBalancesLoading[Moonbeam]"},{"name":"suite","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"host","value":"localhost"},{"name":"thread","value":"Instr: io.qameta.allure.android.runners.AllureAndroidJUnitRunner(251)"},{"name":"framework","value":"junit4"},{"name":"language","value":"kotlin"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e4457fe1f8f63888","reportUrl":"https://pezkuwichain.github.io/balances_test_result/522/#testresult/e4457fe1f8f63888","status":"passed","time":{"start":1783639745304,"stop":1783639746210,"duration":906}},{"uid":"6c8283476a69966d","reportUrl":"https://pezkuwichain.github.io/balances_test_result/521/#testresult/6c8283476a69966d","status":"passed","time":{"start":1783634891444,"stop":1783634891845,"duration":401}},{"uid":"fa27d0b0a880daae","reportUrl":"https://pezkuwichain.github.io/balances_test_result/520/#testresult/fa27d0b0a880daae","status":"passed","time":{"start":1783630720492,"stop":1783630721346,"duration":854}},{"uid":"f6c3cf35d8e1f4ba","reportUrl":"https://pezkuwichain.github.io/balances_test_result/519/#testresult/f6c3cf35d8e1f4ba","status":"passed","time":{"start":1783627141974,"stop":1783627142912,"duration":938}},{"uid":"c8ab428f588cf8f","reportUrl":"https://pezkuwichain.github.io/balances_test_result/516/#testresult/c8ab428f588cf8f","status":"passed","time":{"start":1783621043825,"stop":1783621044762,"duration":937}},{"uid":"2e6021c0cfcef462","reportUrl":"https://pezkuwichain.github.io/balances_test_result/515/#testresult/2e6021c0cfcef462","status":"passed","time":{"start":1783620900732,"stop":1783620901328,"duration":596}},{"uid":"2a812d5f9febed18","reportUrl":"https://pezkuwichain.github.io/balances_test_result/514/#testresult/2a812d5f9febed18","status":"passed","time":{"start":1783618340919,"stop":1783618341847,"duration":928}},{"uid":"b124e997be40619d","reportUrl":"https://pezkuwichain.github.io/balances_test_result/513/#testresult/b124e997be40619d","status":"passed","time":{"start":1783615381802,"stop":1783615382744,"duration":942}},{"uid":"a172010bac62d1c0","reportUrl":"https://pezkuwichain.github.io/balances_test_result/512/#testresult/a172010bac62d1c0","status":"passed","time":{"start":1783611753770,"stop":1783611754170,"duration":400}},{"uid":"54ad7d15d4cb76af","reportUrl":"https://pezkuwichain.github.io/balances_test_result/510/#testresult/54ad7d15d4cb76af","status":"passed","time":{"start":1783596515367,"stop":1783596515786,"duration":419}},{"uid":"6e3876a9c6aef3e6","reportUrl":"https://pezkuwichain.github.io/balances_test_result/509/#testresult/6e3876a9c6aef3e6","status":"passed","time":{"start":1783565790646,"stop":1783565791580,"duration":934}}]},"tags":[]},"source":"2e4ac0f84a8038e0.json","parameterValues":[]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"uid":"316fdf7aa402c663","name":"testBalancesLoading[Humanode]","fullName":"io.novafoundation.nova.balances.BalancesIntegrationTest.testBalancesLoading[Humanode]","historyId":"a67879795eb1ef4d62ec40e548e44ae9","time":{"start":1783645001169,"stop":1783645002082,"duration":913},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"io.novafoundation.nova.balances"},{"name":"testClass","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"testMethod","value":"testBalancesLoading[Humanode]"},{"name":"suite","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"host","value":"localhost"},{"name":"thread","value":"Instr: io.qameta.allure.android.runners.AllureAndroidJUnitRunner(251)"},{"name":"framework","value":"junit4"},{"name":"language","value":"kotlin"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"44c80b9a91cbbd9f","reportUrl":"https://pezkuwichain.github.io/balances_test_result/522/#testresult/44c80b9a91cbbd9f","status":"passed","time":{"start":1783639886108,"stop":1783639887484,"duration":1376}},{"uid":"f062bf8e9127e6d9","reportUrl":"https://pezkuwichain.github.io/balances_test_result/521/#testresult/f062bf8e9127e6d9","status":"passed","time":{"start":1783635020450,"stop":1783635021301,"duration":851}},{"uid":"1ee2bfb372aeb18f","reportUrl":"https://pezkuwichain.github.io/balances_test_result/520/#testresult/1ee2bfb372aeb18f","status":"passed","time":{"start":1783630858486,"stop":1783630859567,"duration":1081}},{"uid":"2f025e51b9237981","reportUrl":"https://pezkuwichain.github.io/balances_test_result/519/#testresult/2f025e51b9237981","status":"passed","time":{"start":1783627279244,"stop":1783627280528,"duration":1284}},{"uid":"6b8ca30fe6d057aa","reportUrl":"https://pezkuwichain.github.io/balances_test_result/516/#testresult/6b8ca30fe6d057aa","status":"passed","time":{"start":1783621258404,"stop":1783621259641,"duration":1237}},{"uid":"6aba96924e52ca67","reportUrl":"https://pezkuwichain.github.io/balances_test_result/515/#testresult/6aba96924e52ca67","status":"passed","time":{"start":1783621029291,"stop":1783621030293,"duration":1002}},{"uid":"4414188eec10cbec","reportUrl":"https://pezkuwichain.github.io/balances_test_result/514/#testresult/4414188eec10cbec","status":"passed","time":{"start":1783618477979,"stop":1783618479111,"duration":1132}},{"uid":"a375ad842bf1691d","reportUrl":"https://pezkuwichain.github.io/balances_test_result/513/#testresult/a375ad842bf1691d","status":"passed","time":{"start":1783615524762,"stop":1783615526118,"duration":1356}},{"uid":"57a14873d1c0f91c","reportUrl":"https://pezkuwichain.github.io/balances_test_result/512/#testresult/57a14873d1c0f91c","status":"passed","time":{"start":1783611888820,"stop":1783611889700,"duration":880}},{"uid":"8e92cca558794da2","reportUrl":"https://pezkuwichain.github.io/balances_test_result/510/#testresult/8e92cca558794da2","status":"passed","time":{"start":1783596643115,"stop":1783596643951,"duration":836}},{"uid":"7d9b0f9d886d1a90","reportUrl":"https://pezkuwichain.github.io/balances_test_result/509/#testresult/7d9b0f9d886d1a90","status":"passed","time":{"start":1783566008981,"stop":1783566010218,"duration":1237}}]},"tags":[]},"source":"316fdf7aa402c663.json","parameterValues":[]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"uid":"35257790a43c098d","name":"testFeeLoading[DENTNet]","fullName":"io.novafoundation.nova.balances.BalancesIntegrationTest.testFeeLoading[DENTNet]","historyId":"24482a16220f4685c429becf4c3ef6f3","time":{"start":1783644995539,"stop":1783644996905,"duration":1366},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"io.novafoundation.nova.balances"},{"name":"testClass","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"testMethod","value":"testFeeLoading[DENTNet]"},{"name":"suite","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"host","value":"localhost"},{"name":"thread","value":"Instr: io.qameta.allure.android.runners.AllureAndroidJUnitRunner(251)"},{"name":"framework","value":"junit4"},{"name":"language","value":"kotlin"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e25b17b4b0cef521","reportUrl":"https://pezkuwichain.github.io/balances_test_result/522/#testresult/e25b17b4b0cef521","status":"passed","time":{"start":1783639879735,"stop":1783639881074,"duration":1339}},{"uid":"489181725c3d104d","reportUrl":"https://pezkuwichain.github.io/balances_test_result/521/#testresult/489181725c3d104d","status":"passed","time":{"start":1783635013989,"stop":1783635015653,"duration":1664}},{"uid":"9a06e923864e49b3","reportUrl":"https://pezkuwichain.github.io/balances_test_result/520/#testresult/9a06e923864e49b3","status":"passed","time":{"start":1783630852002,"stop":1783630853543,"duration":1541}},{"uid":"aed91421e6131118","reportUrl":"https://pezkuwichain.github.io/balances_test_result/519/#testresult/aed91421e6131118","status":"passed","time":{"start":1783627271146,"stop":1783627272544,"duration":1398}},{"uid":"1fe8e0320ceb19a0","reportUrl":"https://pezkuwichain.github.io/balances_test_result/516/#testresult/1fe8e0320ceb19a0","status":"passed","time":{"start":1783621251808,"stop":1783621253252,"duration":1444}},{"uid":"101a25ca3d6c6901","reportUrl":"https://pezkuwichain.github.io/balances_test_result/515/#testresult/101a25ca3d6c6901","status":"passed","time":{"start":1783621022680,"stop":1783621023847,"duration":1167}},{"uid":"11b4c2ad50cf45f8","reportUrl":"https://pezkuwichain.github.io/balances_test_result/514/#testresult/11b4c2ad50cf45f8","status":"passed","time":{"start":1783618471377,"stop":1783618472808,"duration":1431}},{"uid":"ddc1bc5e108c431f","reportUrl":"https://pezkuwichain.github.io/balances_test_result/513/#testresult/ddc1bc5e108c431f","status":"passed","time":{"start":1783615515934,"stop":1783615517301,"duration":1367}},{"uid":"8731514d7d2f52b0","reportUrl":"https://pezkuwichain.github.io/balances_test_result/512/#testresult/8731514d7d2f52b0","status":"passed","time":{"start":1783611882120,"stop":1783611883843,"duration":1723}},{"uid":"dc5f801ba3803da9","reportUrl":"https://pezkuwichain.github.io/balances_test_result/510/#testresult/dc5f801ba3803da9","status":"passed","time":{"start":1783596637760,"stop":1783596639150,"duration":1390}},{"uid":"c60ca9e68d4a2b7f","reportUrl":"https://pezkuwichain.github.io/balances_test_result/509/#testresult/c60ca9e68d4a2b7f","status":"passed","time":{"start":1783565997868,"stop":1783565999407,"duration":1539}}]},"tags":[]},"source":"35257790a43c098d.json","parameterValues":[]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"uid":"35efaf781530bd6d","name":"testFeeLoading[Basilisk]","fullName":"io.novafoundation.nova.balances.BalancesIntegrationTest.testFeeLoading[Basilisk]","historyId":"20c985aaecf4783f223773fac8dca1fc","time":{"start":1783644886052,"stop":1783644886618,"duration":566},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"io.novafoundation.nova.balances"},{"name":"testClass","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"testMethod","value":"testFeeLoading[Basilisk]"},{"name":"suite","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"host","value":"localhost"},{"name":"thread","value":"Instr: io.qameta.allure.android.runners.AllureAndroidJUnitRunner(251)"},{"name":"framework","value":"junit4"},{"name":"language","value":"kotlin"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"92e847ab11e0aa38","reportUrl":"https://pezkuwichain.github.io/balances_test_result/522/#testresult/92e847ab11e0aa38","status":"passed","time":{"start":1783639759659,"stop":1783639760528,"duration":869}},{"uid":"1d625a1b545d0c81","reportUrl":"https://pezkuwichain.github.io/balances_test_result/521/#testresult/1d625a1b545d0c81","status":"passed","time":{"start":1783634905628,"stop":1783634906170,"duration":542}},{"uid":"e1de130a4be3b19b","reportUrl":"https://pezkuwichain.github.io/balances_test_result/520/#testresult/e1de130a4be3b19b","status":"passed","time":{"start":1783630733120,"stop":1783630733843,"duration":723}},{"uid":"75e2e7054f7f8d88","reportUrl":"https://pezkuwichain.github.io/balances_test_result/519/#testresult/75e2e7054f7f8d88","status":"passed","time":{"start":1783627157738,"stop":1783627158550,"duration":812}},{"uid":"38afd9c77235a03d","reportUrl":"https://pezkuwichain.github.io/balances_test_result/516/#testresult/38afd9c77235a03d","status":"passed","time":{"start":1783621058541,"stop":1783621059397,"duration":856}},{"uid":"81d885b9a12a1fbf","reportUrl":"https://pezkuwichain.github.io/balances_test_result/515/#testresult/81d885b9a12a1fbf","status":"passed","time":{"start":1783620911995,"stop":1783620912621,"duration":626}},{"uid":"871b2c65b59ea493","reportUrl":"https://pezkuwichain.github.io/balances_test_result/514/#testresult/871b2c65b59ea493","status":"passed","time":{"start":1783618354670,"stop":1783618355459,"duration":789}},{"uid":"8de5f6f59e8a7e0c","reportUrl":"https://pezkuwichain.github.io/balances_test_result/513/#testresult/8de5f6f59e8a7e0c","status":"passed","time":{"start":1783615395387,"stop":1783615396254,"duration":867}},{"uid":"a9089ee498905420","reportUrl":"https://pezkuwichain.github.io/balances_test_result/512/#testresult/a9089ee498905420","status":"passed","time":{"start":1783611766780,"stop":1783611767304,"duration":524}},{"uid":"bb01f7bed92a6eec","reportUrl":"https://pezkuwichain.github.io/balances_test_result/510/#testresult/bb01f7bed92a6eec","status":"passed","time":{"start":1783596529095,"stop":1783596529630,"duration":535}},{"uid":"c6f7a0c98e566113","reportUrl":"https://pezkuwichain.github.io/balances_test_result/509/#testresult/c6f7a0c98e566113","status":"passed","time":{"start":1783565806456,"stop":1783565807215,"duration":759}}]},"tags":[]},"source":"35efaf781530bd6d.json","parameterValues":[]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"uid":"361be72a864ca757","name":"testBalancesLoading[OriginTrail Parachain]","fullName":"io.novafoundation.nova.balances.BalancesIntegrationTest.testBalancesLoading[OriginTrail Parachain]","historyId":"1503b38547ac745d5de6b30017051d2c","time":{"start":1783644913050,"stop":1783644914221,"duration":1171},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"io.novafoundation.nova.balances"},{"name":"testClass","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"testMethod","value":"testBalancesLoading[OriginTrail Parachain]"},{"name":"suite","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"host","value":"localhost"},{"name":"thread","value":"Instr: io.qameta.allure.android.runners.AllureAndroidJUnitRunner(251)"},{"name":"framework","value":"junit4"},{"name":"language","value":"kotlin"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5bbb6f1afb791e11","reportUrl":"https://pezkuwichain.github.io/balances_test_result/522/#testresult/5bbb6f1afb791e11","status":"passed","time":{"start":1783639794892,"stop":1783639796683,"duration":1791}},{"uid":"b5fc691dbbbaba5a","reportUrl":"https://pezkuwichain.github.io/balances_test_result/521/#testresult/b5fc691dbbbaba5a","status":"passed","time":{"start":1783634942981,"stop":1783634944105,"duration":1124}},{"uid":"29293d93a84d6901","reportUrl":"https://pezkuwichain.github.io/balances_test_result/520/#testresult/29293d93a84d6901","status":"passed","time":{"start":1783630762006,"stop":1783630763547,"duration":1541}},{"uid":"ad5f83e862f24388","reportUrl":"https://pezkuwichain.github.io/balances_test_result/519/#testresult/ad5f83e862f24388","status":"passed","time":{"start":1783627185485,"stop":1783627187151,"duration":1666}},{"uid":"955cef8452d0a95c","reportUrl":"https://pezkuwichain.github.io/balances_test_result/516/#testresult/955cef8452d0a95c","status":"passed","time":{"start":1783621081255,"stop":1783621082919,"duration":1664}},{"uid":"e5bd8ebad3379f0d","reportUrl":"https://pezkuwichain.github.io/balances_test_result/515/#testresult/e5bd8ebad3379f0d","status":"passed","time":{"start":1783620942802,"stop":1783620944245,"duration":1443}},{"uid":"8815c154a9be59ef","reportUrl":"https://pezkuwichain.github.io/balances_test_result/514/#testresult/8815c154a9be59ef","status":"passed","time":{"start":1783618386995,"stop":1783618388703,"duration":1708}},{"uid":"3eb4f6d7ff7c834b","reportUrl":"https://pezkuwichain.github.io/balances_test_result/513/#testresult/3eb4f6d7ff7c834b","status":"passed","time":{"start":1783615426984,"stop":1783615428745,"duration":1761}},{"uid":"7b5b683bc55ad4b2","reportUrl":"https://pezkuwichain.github.io/balances_test_result/512/#testresult/7b5b683bc55ad4b2","status":"passed","time":{"start":1783611793753,"stop":1783611794827,"duration":1074}},{"uid":"1ffa212b71a776a7","reportUrl":"https://pezkuwichain.github.io/balances_test_result/510/#testresult/1ffa212b71a776a7","status":"passed","time":{"start":1783596554898,"stop":1783596556069,"duration":1171}},{"uid":"2f87a3cf92f5315e","reportUrl":"https://pezkuwichain.github.io/balances_test_result/509/#testresult/2f87a3cf92f5315e","status":"passed","time":{"start":1783565829538,"stop":1783565831226,"duration":1688}}]},"tags":[]},"source":"361be72a864ca757.json","parameterValues":[]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"uid":"3ce411edfc44a64b","name":"testBalancesLoading[Cere]","fullName":"io.novafoundation.nova.balances.BalancesIntegrationTest.testBalancesLoading[Cere]","historyId":"116ee9b8d51b790947045b5000805395","time":{"start":1783644990959,"stop":1783644992110,"duration":1151},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"io.novafoundation.nova.balances"},{"name":"testClass","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"testMethod","value":"testBalancesLoading[Cere]"},{"name":"suite","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"host","value":"localhost"},{"name":"thread","value":"Instr: io.qameta.allure.android.runners.AllureAndroidJUnitRunner(251)"},{"name":"framework","value":"junit4"},{"name":"language","value":"kotlin"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5532caaf4efb2cc7","reportUrl":"https://pezkuwichain.github.io/balances_test_result/522/#testresult/5532caaf4efb2cc7","status":"passed","time":{"start":1783639872267,"stop":1783639874206,"duration":1939}},{"uid":"811522a9b6cd833e","reportUrl":"https://pezkuwichain.github.io/balances_test_result/521/#testresult/811522a9b6cd833e","status":"passed","time":{"start":1783635009133,"stop":1783635010273,"duration":1140}},{"uid":"aa25119e9e886ffb","reportUrl":"https://pezkuwichain.github.io/balances_test_result/520/#testresult/aa25119e9e886ffb","status":"passed","time":{"start":1783630846101,"stop":1783630847613,"duration":1512}},{"uid":"31f66297a3446de8","reportUrl":"https://pezkuwichain.github.io/balances_test_result/519/#testresult/31f66297a3446de8","status":"passed","time":{"start":1783627263547,"stop":1783627265448,"duration":1901}},{"uid":"11afa0e132e78286","reportUrl":"https://pezkuwichain.github.io/balances_test_result/516/#testresult/11afa0e132e78286","status":"passed","time":{"start":1783621244641,"stop":1783621246405,"duration":1764}},{"uid":"572386630b50abdf","reportUrl":"https://pezkuwichain.github.io/balances_test_result/515/#testresult/572386630b50abdf","status":"passed","time":{"start":1783621016263,"stop":1783621017691,"duration":1428}},{"uid":"9b9c82b087d48c3f","reportUrl":"https://pezkuwichain.github.io/balances_test_result/514/#testresult/9b9c82b087d48c3f","status":"passed","time":{"start":1783618463859,"stop":1783618466098,"duration":2239}},{"uid":"f7153037cb6d782e","reportUrl":"https://pezkuwichain.github.io/balances_test_result/513/#testresult/f7153037cb6d782e","status":"passed","time":{"start":1783615506438,"stop":1783615508469,"duration":2031}},{"uid":"327cca8209c4acd9","reportUrl":"https://pezkuwichain.github.io/balances_test_result/512/#testresult/327cca8209c4acd9","status":"passed","time":{"start":1783611877259,"stop":1783611878377,"duration":1118}},{"uid":"791b81d54a945a11","reportUrl":"https://pezkuwichain.github.io/balances_test_result/510/#testresult/791b81d54a945a11","status":"passed","time":{"start":1783596633005,"stop":1783596634201,"duration":1196}},{"uid":"6cbc694de549c5b7","reportUrl":"https://pezkuwichain.github.io/balances_test_result/509/#testresult/6cbc694de549c5b7","status":"passed","time":{"start":1783565990517,"stop":1783565992347,"duration":1830}}]},"tags":[]},"source":"3ce411edfc44a64b.json","parameterValues":[]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"uid":"3fed13896dde8274","name":"testFeeLoading[Moonriver]","fullName":"io.novafoundation.nova.balances.BalancesIntegrationTest.testFeeLoading[Moonriver]","historyId":"f8fe5ea74aaa62835b08cd1ea3d0d25b","time":{"start":1783644876938,"stop":1783644877102,"duration":164},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"io.novafoundation.nova.balances"},{"name":"testClass","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"testMethod","value":"testFeeLoading[Moonriver]"},{"name":"suite","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"host","value":"localhost"},{"name":"thread","value":"Instr: io.qameta.allure.android.runners.AllureAndroidJUnitRunner(251)"},{"name":"framework","value":"junit4"},{"name":"language","value":"kotlin"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b8f4f245747f95be","reportUrl":"https://pezkuwichain.github.io/balances_test_result/522/#testresult/b8f4f245747f95be","status":"passed","time":{"start":1783639747540,"stop":1783639747966,"duration":426}},{"uid":"d69f299fe8a42719","reportUrl":"https://pezkuwichain.github.io/balances_test_result/521/#testresult/d69f299fe8a42719","status":"passed","time":{"start":1783634892424,"stop":1783634892565,"duration":141}},{"uid":"ca4a587ab2927ed4","reportUrl":"https://pezkuwichain.github.io/balances_test_result/520/#testresult/ca4a587ab2927ed4","status":"passed","time":{"start":1783630722638,"stop":1783630723014,"duration":376}},{"uid":"9bdd07e827711917","reportUrl":"https://pezkuwichain.github.io/balances_test_result/519/#testresult/9bdd07e827711917","status":"passed","time":{"start":1783627144267,"stop":1783627144715,"duration":448}},{"uid":"2c19fa6bd29e1a46","reportUrl":"https://pezkuwichain.github.io/balances_test_result/516/#testresult/2c19fa6bd29e1a46","status":"passed","time":{"start":1783621046165,"stop":1783621046654,"duration":489}},{"uid":"caad0127abc15b50","reportUrl":"https://pezkuwichain.github.io/balances_test_result/515/#testresult/caad0127abc15b50","status":"passed","time":{"start":1783620902050,"stop":1783620902230,"duration":180}},{"uid":"6255ad69aa072ac8","reportUrl":"https://pezkuwichain.github.io/balances_test_result/514/#testresult/6255ad69aa072ac8","status":"passed","time":{"start":1783618343230,"stop":1783618343682,"duration":452}},{"uid":"99c90ae9838d48a7","reportUrl":"https://pezkuwichain.github.io/balances_test_result/513/#testresult/99c90ae9838d48a7","status":"passed","time":{"start":1783615384163,"stop":1783615384592,"duration":429}},{"uid":"5db90147e4bf0dc7","reportUrl":"https://pezkuwichain.github.io/balances_test_result/512/#testresult/5db90147e4bf0dc7","status":"passed","time":{"start":1783611754774,"stop":1783611754977,"duration":203}},{"uid":"90987e6ffb987dea","reportUrl":"https://pezkuwichain.github.io/balances_test_result/510/#testresult/90987e6ffb987dea","status":"passed","time":{"start":1783596516351,"stop":1783596516490,"duration":139}},{"uid":"91dff3c5279fb94b","reportUrl":"https://pezkuwichain.github.io/balances_test_result/509/#testresult/91dff3c5279fb94b","status":"passed","time":{"start":1783565793006,"stop":1783565793500,"duration":494}}]},"tags":[]},"source":"3fed13896dde8274.json","parameterValues":[]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"uid":"4393c11535f2ab34","name":"testFeeLoading[Bifrost Polkadot]","fullName":"io.novafoundation.nova.balances.BalancesIntegrationTest.testFeeLoading[Bifrost Polkadot]","historyId":"56b11a76f1744d3002248d33c637e170","time":{"start":1783644909410,"stop":1783644910506,"duration":1096},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"io.novafoundation.nova.balances"},{"name":"testClass","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"testMethod","value":"testFeeLoading[Bifrost Polkadot]"},{"name":"suite","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"host","value":"localhost"},{"name":"thread","value":"Instr: io.qameta.allure.android.runners.AllureAndroidJUnitRunner(251)"},{"name":"framework","value":"junit4"},{"name":"language","value":"kotlin"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6a21d408553dbb24","reportUrl":"https://pezkuwichain.github.io/balances_test_result/522/#testresult/6a21d408553dbb24","status":"passed","time":{"start":1783639790140,"stop":1783639790926,"duration":786}},{"uid":"14cfe98b40641996","reportUrl":"https://pezkuwichain.github.io/balances_test_result/521/#testresult/14cfe98b40641996","status":"passed","time":{"start":1783634939324,"stop":1783634940429,"duration":1105}},{"uid":"92703757801bd94d","reportUrl":"https://pezkuwichain.github.io/balances_test_result/520/#testresult/92703757801bd94d","status":"passed","time":{"start":1783630757612,"stop":1783630758537,"duration":925}},{"uid":"9b76f11632805a06","reportUrl":"https://pezkuwichain.github.io/balances_test_result/519/#testresult/9b76f11632805a06","status":"passed","time":{"start":1783627181104,"stop":1783627181908,"duration":804}},{"uid":"892d76cc786453a5","reportUrl":"https://pezkuwichain.github.io/balances_test_result/516/#testresult/892d76cc786453a5","status":"passed","time":{"start":1783621076666,"stop":1783621077499,"duration":833}},{"uid":"d9bd664d31554e8e","reportUrl":"https://pezkuwichain.github.io/balances_test_result/515/#testresult/d9bd664d31554e8e","status":"passed","time":{"start":1783620938663,"stop":1783620939687,"duration":1024}},{"uid":"d817083ea1fd911b","reportUrl":"https://pezkuwichain.github.io/balances_test_result/514/#testresult/d817083ea1fd911b","status":"passed","time":{"start":1783618382240,"stop":1783618383064,"duration":824}},{"uid":"efbd15e32fb2e35f","reportUrl":"https://pezkuwichain.github.io/balances_test_result/513/#testresult/efbd15e32fb2e35f","status":"passed","time":{"start":1783615421992,"stop":1783615422797,"duration":805}},{"uid":"733c538bbeaddc5d","reportUrl":"https://pezkuwichain.github.io/balances_test_result/512/#testresult/733c538bbeaddc5d","status":"passed","time":{"start":1783611790179,"stop":1783611791229,"duration":1050}},{"uid":"6d640f8ffd9f68b2","reportUrl":"https://pezkuwichain.github.io/balances_test_result/510/#testresult/6d640f8ffd9f68b2","status":"passed","time":{"start":1783596551277,"stop":1783596552343,"duration":1066}},{"uid":"5df3fdd8d8054a54","reportUrl":"https://pezkuwichain.github.io/balances_test_result/509/#testresult/5df3fdd8d8054a54","status":"passed","time":{"start":1783565824912,"stop":1783565825727,"duration":815}}]},"tags":[]},"source":"4393c11535f2ab34.json","parameterValues":[]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"uid":"4663750b7bce0b95","name":"testFeeLoading[Statemint]","fullName":"io.novafoundation.nova.balances.BalancesIntegrationTest.testFeeLoading[Statemint]","historyId":"dd84780d03e158ed4ca72a1f4060d53","time":{"start":1783644914861,"stop":1783644915470,"duration":609},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"io.novafoundation.nova.balances"},{"name":"testClass","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"testMethod","value":"testFeeLoading[Statemint]"},{"name":"suite","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"host","value":"localhost"},{"name":"thread","value":"Instr: io.qameta.allure.android.runners.AllureAndroidJUnitRunner(251)"},{"name":"framework","value":"junit4"},{"name":"language","value":"kotlin"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"981038c42258f3c2","reportUrl":"https://pezkuwichain.github.io/balances_test_result/522/#testresult/981038c42258f3c2","status":"passed","time":{"start":1783639797733,"stop":1783639798634,"duration":901}},{"uid":"9a2948b5652216cf","reportUrl":"https://pezkuwichain.github.io/balances_test_result/521/#testresult/9a2948b5652216cf","status":"passed","time":{"start":1783634944768,"stop":1783634945321,"duration":553}},{"uid":"b67fdb5890be7d0f","reportUrl":"https://pezkuwichain.github.io/balances_test_result/520/#testresult/b67fdb5890be7d0f","status":"passed","time":{"start":1783630764427,"stop":1783630765119,"duration":692}},{"uid":"2c8bf53ee496bf61","reportUrl":"https://pezkuwichain.github.io/balances_test_result/519/#testresult/2c8bf53ee496bf61","status":"passed","time":{"start":1783627188133,"stop":1783627188980,"duration":847}},{"uid":"4ed542764b47fcfb","reportUrl":"https://pezkuwichain.github.io/balances_test_result/516/#testresult/4ed542764b47fcfb","status":"passed","time":{"start":1783621083888,"stop":1783621084702,"duration":814}},{"uid":"9c08ebf9f48add70","reportUrl":"https://pezkuwichain.github.io/balances_test_result/515/#testresult/9c08ebf9f48add70","status":"passed","time":{"start":1783620945039,"stop":1783620945736,"duration":697}},{"uid":"92a6f930b0d1e834","reportUrl":"https://pezkuwichain.github.io/balances_test_result/514/#testresult/92a6f930b0d1e834","status":"passed","time":{"start":1783618389691,"stop":1783618390519,"duration":828}},{"uid":"f3dec9c0b74138dc","reportUrl":"https://pezkuwichain.github.io/balances_test_result/513/#testresult/f3dec9c0b74138dc","status":"passed","time":{"start":1783615429737,"stop":1783615430604,"duration":867}},{"uid":"6356496584aeb1fd","reportUrl":"https://pezkuwichain.github.io/balances_test_result/512/#testresult/6356496584aeb1fd","status":"passed","time":{"start":1783611795456,"stop":1783611796000,"duration":544}},{"uid":"436cd07b3b5a5392","reportUrl":"https://pezkuwichain.github.io/balances_test_result/510/#testresult/436cd07b3b5a5392","status":"passed","time":{"start":1783596556717,"stop":1783596557280,"duration":563}},{"uid":"7c2ab6049fdaedf4","reportUrl":"https://pezkuwichain.github.io/balances_test_result/509/#testresult/7c2ab6049fdaedf4","status":"passed","time":{"start":1783565832180,"stop":1783565832954,"duration":774}}]},"tags":[]},"source":"4663750b7bce0b95.json","parameterValues":[]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"uid":"48a8d18a0fa215da","name":"testFeeLoading[Energy Web X]","fullName":"io.novafoundation.nova.balances.BalancesIntegrationTest.testFeeLoading[Energy Web X]","historyId":"8782282b51f9b7633a94526cafe01bd9","time":{"start":1783644985071,"stop":1783644985633,"duration":562},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"io.novafoundation.nova.balances"},{"name":"testClass","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"testMethod","value":"testFeeLoading[Energy Web X]"},{"name":"suite","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"host","value":"localhost"},{"name":"thread","value":"Instr: io.qameta.allure.android.runners.AllureAndroidJUnitRunner(251)"},{"name":"framework","value":"junit4"},{"name":"language","value":"kotlin"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a16ca5577ecabcf2","reportUrl":"https://pezkuwichain.github.io/balances_test_result/522/#testresult/a16ca5577ecabcf2","status":"passed","time":{"start":1783639861304,"stop":1783639864649,"duration":3345}},{"uid":"4afe11a0e26842b4","reportUrl":"https://pezkuwichain.github.io/balances_test_result/521/#testresult/4afe11a0e26842b4","status":"passed","time":{"start":1783635004268,"stop":1783635004492,"duration":224}},{"uid":"cf7d3e21caffeca8","reportUrl":"https://pezkuwichain.github.io/balances_test_result/520/#testresult/cf7d3e21caffeca8","status":"passed","time":{"start":1783630836679,"stop":1783630840142,"duration":3463}},{"uid":"79bc593d763c2b5","reportUrl":"https://pezkuwichain.github.io/balances_test_result/519/#testresult/79bc593d763c2b5","status":"passed","time":{"start":1783627254647,"stop":1783627255535,"duration":888}},{"uid":"391d9b66bad37db5","reportUrl":"https://pezkuwichain.github.io/balances_test_result/516/#testresult/391d9b66bad37db5","status":"passed","time":{"start":1783621235205,"stop":1783621236109,"duration":904}},{"uid":"6ac20bf28dbff860","reportUrl":"https://pezkuwichain.github.io/balances_test_result/515/#testresult/6ac20bf28dbff860","status":"passed","time":{"start":1783621010563,"stop":1783621010799,"duration":236}},{"uid":"a939e6237921b3c","reportUrl":"https://pezkuwichain.github.io/balances_test_result/514/#testresult/a939e6237921b3c","status":"passed","time":{"start":1783618455549,"stop":1783618456005,"duration":456}},{"uid":"7d629f658fde7ae0","reportUrl":"https://pezkuwichain.github.io/balances_test_result/513/#testresult/7d629f658fde7ae0","status":"passed","time":{"start":1783615493395,"stop":1783615493831,"duration":436}},{"uid":"43be959dde1ff34d","reportUrl":"https://pezkuwichain.github.io/balances_test_result/512/#testresult/43be959dde1ff34d","status":"passed","time":{"start":1783611870086,"stop":1783611872491,"duration":2405}},{"uid":"5b9d5ef85cfbbc","reportUrl":"https://pezkuwichain.github.io/balances_test_result/510/#testresult/5b9d5ef85cfbbc","status":"passed","time":{"start":1783596627924,"stop":1783596628176,"duration":252}},{"uid":"ba456625ff8e1d8c","reportUrl":"https://pezkuwichain.github.io/balances_test_result/509/#testresult/ba456625ff8e1d8c","status":"passed","time":{"start":1783565982708,"stop":1783565983236,"duration":528}}]},"tags":[]},"source":"48a8d18a0fa215da.json","parameterValues":[]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"uid":"4fbd0d12cf16e599","name":"testBalancesLoading[HydraDX]","fullName":"io.novafoundation.nova.balances.BalancesIntegrationTest.testBalancesLoading[HydraDX]","historyId":"18bde472b321ff1b4f9d0891619cbec2","time":{"start":1783644902295,"stop":1783644903261,"duration":966},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"io.novafoundation.nova.balances"},{"name":"testClass","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"testMethod","value":"testBalancesLoading[HydraDX]"},{"name":"suite","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"host","value":"localhost"},{"name":"thread","value":"Instr: io.qameta.allure.android.runners.AllureAndroidJUnitRunner(251)"},{"name":"framework","value":"junit4"},{"name":"language","value":"kotlin"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"60e2aef6e6628d55","reportUrl":"https://pezkuwichain.github.io/balances_test_result/522/#testresult/60e2aef6e6628d55","status":"passed","time":{"start":1783639775110,"stop":1783639777200,"duration":2090}},{"uid":"f9c816a49c372d20","reportUrl":"https://pezkuwichain.github.io/balances_test_result/521/#testresult/f9c816a49c372d20","status":"passed","time":{"start":1783634920049,"stop":1783634920869,"duration":820}},{"uid":"19c1c9e550887530","reportUrl":"https://pezkuwichain.github.io/balances_test_result/520/#testresult/19c1c9e550887530","status":"passed","time":{"start":1783630745376,"stop":1783630746440,"duration":1064}},{"uid":"83846b494fcb18a4","reportUrl":"https://pezkuwichain.github.io/balances_test_result/519/#testresult/83846b494fcb18a4","status":"passed","time":{"start":1783627173341,"stop":1783627174462,"duration":1121}},{"uid":"2320133a390caa86","reportUrl":"https://pezkuwichain.github.io/balances_test_result/516/#testresult/2320133a390caa86","status":"passed","time":{"start":1783621065115,"stop":1783621066224,"duration":1109}},{"uid":"97a0044dc2d2052f","reportUrl":"https://pezkuwichain.github.io/balances_test_result/515/#testresult/97a0044dc2d2052f","status":"passed","time":{"start":1783620923112,"stop":1783620924487,"duration":1375}},{"uid":"426e40f807069435","reportUrl":"https://pezkuwichain.github.io/balances_test_result/514/#testresult/426e40f807069435","status":"passed","time":{"start":1783618369367,"stop":1783618371608,"duration":2241}},{"uid":"627d7e001e2c7040","reportUrl":"https://pezkuwichain.github.io/balances_test_result/513/#testresult/627d7e001e2c7040","status":"passed","time":{"start":1783615408453,"stop":1783615409625,"duration":1172}},{"uid":"2a5a8a132656cad8","reportUrl":"https://pezkuwichain.github.io/balances_test_result/512/#testresult/2a5a8a132656cad8","status":"passed","time":{"start":1783611782651,"stop":1783611783651,"duration":1000}},{"uid":"92af41831b2e7385","reportUrl":"https://pezkuwichain.github.io/balances_test_result/510/#testresult/92af41831b2e7385","status":"passed","time":{"start":1783596544752,"stop":1783596546203,"duration":1451}},{"uid":"723ddc7394a9c01b","reportUrl":"https://pezkuwichain.github.io/balances_test_result/509/#testresult/723ddc7394a9c01b","status":"passed","time":{"start":1783565817952,"stop":1783565819124,"duration":1172}}]},"tags":[]},"source":"4fbd0d12cf16e599.json","parameterValues":[]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"uid":"4fc604dc93a7bc8e","name":"testFeeLoading[Ternoa]","fullName":"io.novafoundation.nova.balances.BalancesIntegrationTest.testFeeLoading[Ternoa]","historyId":"1ff1178eec43e87eb1d7930f4a86e285","time":{"start":1783644916758,"stop":1783644917285,"duration":527},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"io.novafoundation.nova.balances"},{"name":"testClass","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"testMethod","value":"testFeeLoading[Ternoa]"},{"name":"suite","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"host","value":"localhost"},{"name":"thread","value":"Instr: io.qameta.allure.android.runners.AllureAndroidJUnitRunner(251)"},{"name":"framework","value":"junit4"},{"name":"language","value":"kotlin"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a1ffe11fd7e2642e","reportUrl":"https://pezkuwichain.github.io/balances_test_result/522/#testresult/a1ffe11fd7e2642e","status":"passed","time":{"start":1783639800536,"stop":1783639801357,"duration":821}},{"uid":"58f40b2e0e9a6489","reportUrl":"https://pezkuwichain.github.io/balances_test_result/521/#testresult/58f40b2e0e9a6489","status":"passed","time":{"start":1783634946723,"stop":1783634947247,"duration":524}},{"uid":"fb84144e89a18cd2","reportUrl":"https://pezkuwichain.github.io/balances_test_result/520/#testresult/fb84144e89a18cd2","status":"passed","time":{"start":1783630766696,"stop":1783630767346,"duration":650}},{"uid":"f907621bb63bd125","reportUrl":"https://pezkuwichain.github.io/balances_test_result/519/#testresult/f907621bb63bd125","status":"passed","time":{"start":1783627190786,"stop":1783627191510,"duration":724}},{"uid":"80ef910707bf4cca","reportUrl":"https://pezkuwichain.github.io/balances_test_result/516/#testresult/80ef910707bf4cca","status":"passed","time":{"start":1783621086316,"stop":1783621087006,"duration":690}},{"uid":"22855b63b990134a","reportUrl":"https://pezkuwichain.github.io/balances_test_result/515/#testresult/22855b63b990134a","status":"passed","time":{"start":1783620947161,"stop":1783620947724,"duration":563}},{"uid":"e65e517945551198","reportUrl":"https://pezkuwichain.github.io/balances_test_result/514/#testresult/e65e517945551198","status":"passed","time":{"start":1783618392239,"stop":1783618392977,"duration":738}},{"uid":"f722923348e7766d","reportUrl":"https://pezkuwichain.github.io/balances_test_result/513/#testresult/f722923348e7766d","status":"passed","time":{"start":1783615432512,"stop":1783615433301,"duration":789}},{"uid":"c6e43ff592cc13d0","reportUrl":"https://pezkuwichain.github.io/balances_test_result/512/#testresult/c6e43ff592cc13d0","status":"passed","time":{"start":1783611797173,"stop":1783611797658,"duration":485}},{"uid":"69b8a45f3f7424af","reportUrl":"https://pezkuwichain.github.io/balances_test_result/510/#testresult/69b8a45f3f7424af","status":"passed","time":{"start":1783596558560,"stop":1783596559088,"duration":528}},{"uid":"378da91dfd2650e7","reportUrl":"https://pezkuwichain.github.io/balances_test_result/509/#testresult/378da91dfd2650e7","status":"passed","time":{"start":1783565834652,"stop":1783565835375,"duration":723}}]},"tags":[]},"source":"4fc604dc93a7bc8e.json","parameterValues":[]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"uid":"5084c265dd1817d8","name":"testBalancesLoading[Vara]","fullName":"io.novafoundation.nova.balances.BalancesIntegrationTest.testBalancesLoading[Vara]","historyId":"a6f49b0a0ef0d49a59cc47d5f482c733","time":{"start":1783644930022,"stop":1783644931004,"duration":982},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"io.novafoundation.nova.balances"},{"name":"testClass","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"testMethod","value":"testBalancesLoading[Vara]"},{"name":"suite","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"host","value":"localhost"},{"name":"thread","value":"Instr: io.qameta.allure.android.runners.AllureAndroidJUnitRunner(251)"},{"name":"framework","value":"junit4"},{"name":"language","value":"kotlin"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f7df765fd7ab8caf","reportUrl":"https://pezkuwichain.github.io/balances_test_result/522/#testresult/f7df765fd7ab8caf","status":"passed","time":{"start":1783639817833,"stop":1783639819375,"duration":1542}},{"uid":"eb10b155747d55cf","reportUrl":"https://pezkuwichain.github.io/balances_test_result/521/#testresult/eb10b155747d55cf","status":"passed","time":{"start":1783634956709,"stop":1783634957682,"duration":973}},{"uid":"4b70824c43fd301c","reportUrl":"https://pezkuwichain.github.io/balances_test_result/520/#testresult/4b70824c43fd301c","status":"passed","time":{"start":1783630781330,"stop":1783630782475,"duration":1145}},{"uid":"41c214287177ce2d","reportUrl":"https://pezkuwichain.github.io/balances_test_result/519/#testresult/41c214287177ce2d","status":"passed","time":{"start":1783627204918,"stop":1783627206411,"duration":1493}},{"uid":"9639805504825c40","reportUrl":"https://pezkuwichain.github.io/balances_test_result/516/#testresult/9639805504825c40","status":"passed","time":{"start":1783621218941,"stop":1783621220414,"duration":1473}},{"uid":"d59753b37117f6fc","reportUrl":"https://pezkuwichain.github.io/balances_test_result/515/#testresult/d59753b37117f6fc","status":"passed","time":{"start":1783620960975,"stop":1783620962143,"duration":1168}},{"uid":"ba8f452fbf96db5c","reportUrl":"https://pezkuwichain.github.io/balances_test_result/514/#testresult/ba8f452fbf96db5c","status":"passed","time":{"start":1783618406404,"stop":1783618407907,"duration":1503}},{"uid":"e50e14429e6c427b","reportUrl":"https://pezkuwichain.github.io/balances_test_result/513/#testresult/e50e14429e6c427b","status":"passed","time":{"start":1783615447112,"stop":1783615448737,"duration":1625}},{"uid":"ec90e05b41f28237","reportUrl":"https://pezkuwichain.github.io/balances_test_result/512/#testresult/ec90e05b41f28237","status":"passed","time":{"start":1783611806645,"stop":1783611807600,"duration":955}},{"uid":"350a008dd4ec4c31","reportUrl":"https://pezkuwichain.github.io/balances_test_result/510/#testresult/350a008dd4ec4c31","status":"passed","time":{"start":1783596572120,"stop":1783596573100,"duration":980}},{"uid":"17ba3a768d6e3ff6","reportUrl":"https://pezkuwichain.github.io/balances_test_result/509/#testresult/17ba3a768d6e3ff6","status":"passed","time":{"start":1783565967339,"stop":1783565968857,"duration":1518}}]},"tags":[]},"source":"5084c265dd1817d8.json","parameterValues":[]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"uid":"52aca76125aa3336","name":"testBalancesLoading[Kusama Bridge Hub]","fullName":"io.novafoundation.nova.balances.BalancesIntegrationTest.testBalancesLoading[Kusama Bridge Hub]","historyId":"b02a75adcff923101e1cbf4aafa29414","time":{"start":1783644931752,"stop":1783644932783,"duration":1031},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"io.novafoundation.nova.balances"},{"name":"testClass","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"testMethod","value":"testBalancesLoading[Kusama Bridge Hub]"},{"name":"suite","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"host","value":"localhost"},{"name":"thread","value":"Instr: io.qameta.allure.android.runners.AllureAndroidJUnitRunner(251)"},{"name":"framework","value":"junit4"},{"name":"language","value":"kotlin"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5aa269cfa493e306","reportUrl":"https://pezkuwichain.github.io/balances_test_result/522/#testresult/5aa269cfa493e306","status":"passed","time":{"start":1783639821284,"stop":1783639822796,"duration":1512}},{"uid":"1f6c91d45f4b3d18","reportUrl":"https://pezkuwichain.github.io/balances_test_result/521/#testresult/1f6c91d45f4b3d18","status":"passed","time":{"start":1783634958362,"stop":1783634959332,"duration":970}},{"uid":"1542ade628035aca","reportUrl":"https://pezkuwichain.github.io/balances_test_result/520/#testresult/1542ade628035aca","status":"passed","time":{"start":1783630783777,"stop":1783630784894,"duration":1117}},{"uid":"a365e0610f8e2b48","reportUrl":"https://pezkuwichain.github.io/balances_test_result/519/#testresult/a365e0610f8e2b48","status":"passed","time":{"start":1783627208029,"stop":1783627209618,"duration":1589}},{"uid":"454db18dd6930d90","reportUrl":"https://pezkuwichain.github.io/balances_test_result/516/#testresult/454db18dd6930d90","status":"passed","time":{"start":1783621222098,"stop":1783621223836,"duration":1738}},{"uid":"658b38accc0a5fd2","reportUrl":"https://pezkuwichain.github.io/balances_test_result/515/#testresult/658b38accc0a5fd2","status":"passed","time":{"start":1783620963161,"stop":1783620964392,"duration":1231}},{"uid":"1901a43ae7c079c7","reportUrl":"https://pezkuwichain.github.io/balances_test_result/514/#testresult/1901a43ae7c079c7","status":"passed","time":{"start":1783618409666,"stop":1783618411250,"duration":1584}},{"uid":"dc22c7d828613375","reportUrl":"https://pezkuwichain.github.io/balances_test_result/513/#testresult/dc22c7d828613375","status":"passed","time":{"start":1783615450711,"stop":1783615452142,"duration":1431}},{"uid":"15dfbac610b5d766","reportUrl":"https://pezkuwichain.github.io/balances_test_result/512/#testresult/15dfbac610b5d766","status":"passed","time":{"start":1783611808327,"stop":1783611809327,"duration":1000}},{"uid":"1f730c9d431905c7","reportUrl":"https://pezkuwichain.github.io/balances_test_result/510/#testresult/1f730c9d431905c7","status":"passed","time":{"start":1783596573896,"stop":1783596574868,"duration":972}},{"uid":"ace0d1eecf8b4ff5","reportUrl":"https://pezkuwichain.github.io/balances_test_result/509/#testresult/ace0d1eecf8b4ff5","status":"passed","time":{"start":1783565970674,"stop":1783565972161,"duration":1487}}]},"tags":[]},"source":"52aca76125aa3336.json","parameterValues":[]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"uid":"5345845817204ad1","name":"testBalancesLoading[Pezkuwi People]","fullName":"io.novafoundation.nova.balances.BalancesIntegrationTest.testBalancesLoading[Pezkuwi People]","historyId":"5ebcf0fa2548dde85f1c1c3dabd6b02e","time":{"start":1783645015579,"stop":1783645015793,"duration":214},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"io.novafoundation.nova.balances"},{"name":"testClass","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"testMethod","value":"testBalancesLoading[Pezkuwi People]"},{"name":"suite","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"host","value":"localhost"},{"name":"thread","value":"Instr: io.qameta.allure.android.runners.AllureAndroidJUnitRunner(251)"},{"name":"framework","value":"junit4"},{"name":"language","value":"kotlin"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"ad37cc378c43fd41","reportUrl":"https://pezkuwichain.github.io/balances_test_result/522/#testresult/ad37cc378c43fd41","status":"passed","time":{"start":1783639904978,"stop":1783639905251,"duration":273}},{"uid":"c3dad9df6f0a7935","reportUrl":"https://pezkuwichain.github.io/balances_test_result/521/#testresult/c3dad9df6f0a7935","status":"passed","time":{"start":1783635034714,"stop":1783635034986,"duration":272}},{"uid":"dd3dc80634d96f61","reportUrl":"https://pezkuwichain.github.io/balances_test_result/520/#testresult/dd3dc80634d96f61","status":"passed","time":{"start":1783630875464,"stop":1783630875703,"duration":239}},{"uid":"c1714837fbbfeb4b","reportUrl":"https://pezkuwichain.github.io/balances_test_result/519/#testresult/c1714837fbbfeb4b","status":"passed","time":{"start":1783627297719,"stop":1783627297976,"duration":257}},{"uid":"2f28b34d955f5810","reportUrl":"https://pezkuwichain.github.io/balances_test_result/516/#testresult/2f28b34d955f5810","status":"passed","time":{"start":1783621277872,"stop":1783621278150,"duration":278}},{"uid":"ce34d5206e0182d5","reportUrl":"https://pezkuwichain.github.io/balances_test_result/515/#testresult/ce34d5206e0182d5","status":"passed","time":{"start":1783621045164,"stop":1783621045450,"duration":286}},{"uid":"23e2896cf7a9925d","reportUrl":"https://pezkuwichain.github.io/balances_test_result/514/#testresult/23e2896cf7a9925d","status":"passed","time":{"start":1783618496608,"stop":1783618496893,"duration":285}},{"uid":"cd143b33ae1bf6d2","reportUrl":"https://pezkuwichain.github.io/balances_test_result/513/#testresult/cd143b33ae1bf6d2","status":"passed","time":{"start":1783615549496,"stop":1783615549767,"duration":271}},{"uid":"ca2a966b7e5598a4","reportUrl":"https://pezkuwichain.github.io/balances_test_result/512/#testresult/ca2a966b7e5598a4","status":"passed","time":{"start":1783611902551,"stop":1783611902774,"duration":223}}]},"tags":[]},"source":"5345845817204ad1.json","parameterValues":[]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"uid":"541cbe1de4acdbc9","name":"testFeeLoading[Polkadot Bridge Hub]","fullName":"io.novafoundation.nova.balances.BalancesIntegrationTest.testFeeLoading[Polkadot Bridge Hub]","historyId":"413e7e35d0013f24b1570cc13b4f88c9","time":{"start":1783644983486,"stop":1783644984016,"duration":530},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"io.novafoundation.nova.balances"},{"name":"testClass","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"testMethod","value":"testFeeLoading[Polkadot Bridge Hub]"},{"name":"suite","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"host","value":"localhost"},{"name":"thread","value":"Instr: io.qameta.allure.android.runners.AllureAndroidJUnitRunner(251)"},{"name":"framework","value":"junit4"},{"name":"language","value":"kotlin"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"639fa0bb141103e3","reportUrl":"https://pezkuwichain.github.io/balances_test_result/522/#testresult/639fa0bb141103e3","status":"passed","time":{"start":1783639855250,"stop":1783639856017,"duration":767}},{"uid":"1d5e99407bf6431a","reportUrl":"https://pezkuwichain.github.io/balances_test_result/521/#testresult/1d5e99407bf6431a","status":"passed","time":{"start":1783635003359,"stop":1783635003865,"duration":506}},{"uid":"a962e88d19e72578","reportUrl":"https://pezkuwichain.github.io/balances_test_result/520/#testresult/a962e88d19e72578","status":"passed","time":{"start":1783630827007,"stop":1783630827796,"duration":789}},{"uid":"53d3ac481c11bbb6","reportUrl":"https://pezkuwichain.github.io/balances_test_result/519/#testresult/53d3ac481c11bbb6","status":"passed","time":{"start":1783627252382,"stop":1783627253239,"duration":857}},{"uid":"6833de6bdd890b0b","reportUrl":"https://pezkuwichain.github.io/balances_test_result/516/#testresult/6833de6bdd890b0b","status":"passed","time":{"start":1783621232905,"stop":1783621233805,"duration":900}},{"uid":"ab33e5ee5d95b0aa","reportUrl":"https://pezkuwichain.github.io/balances_test_result/515/#testresult/ab33e5ee5d95b0aa","status":"passed","time":{"start":1783621009181,"stop":1783621009805,"duration":624}},{"uid":"1855e8f70049f4fe","reportUrl":"https://pezkuwichain.github.io/balances_test_result/514/#testresult/1855e8f70049f4fe","status":"passed","time":{"start":1783618453893,"stop":1783618454800,"duration":907}},{"uid":"eace97f9a1420366","reportUrl":"https://pezkuwichain.github.io/balances_test_result/513/#testresult/eace97f9a1420366","status":"passed","time":{"start":1783615491735,"stop":1783615492536,"duration":801}},{"uid":"5509f840f4768cee","reportUrl":"https://pezkuwichain.github.io/balances_test_result/512/#testresult/5509f840f4768cee","status":"passed","time":{"start":1783611865344,"stop":1783611865918,"duration":574}},{"uid":"38bd4f1e4bde5b14","reportUrl":"https://pezkuwichain.github.io/balances_test_result/510/#testresult/38bd4f1e4bde5b14","status":"passed","time":{"start":1783596626744,"stop":1783596627308,"duration":564}},{"uid":"480ed8e603fed76b","reportUrl":"https://pezkuwichain.github.io/balances_test_result/509/#testresult/480ed8e603fed76b","status":"passed","time":{"start":1783565980948,"stop":1783565981876,"duration":928}}]},"tags":[]},"source":"541cbe1de4acdbc9.json","parameterValues":[]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"uid":"542b453b9db20821","name":"testFeeLoading[Polymesh Mainnet]","fullName":"io.novafoundation.nova.balances.BalancesIntegrationTest.testFeeLoading[Polymesh Mainnet]","historyId":"2584afea6c6dc8931ffb4d88c0425971","time":{"start":1783644918214,"stop":1783644918613,"duration":399},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"io.novafoundation.nova.balances"},{"name":"testClass","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"testMethod","value":"testFeeLoading[Polymesh Mainnet]"},{"name":"suite","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"host","value":"localhost"},{"name":"thread","value":"Instr: io.qameta.allure.android.runners.AllureAndroidJUnitRunner(251)"},{"name":"framework","value":"junit4"},{"name":"language","value":"kotlin"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6fd61525847d5544","reportUrl":"https://pezkuwichain.github.io/balances_test_result/522/#testresult/6fd61525847d5544","status":"passed","time":{"start":1783639801814,"stop":1783639802012,"duration":198}},{"uid":"866e9dd7504d584c","reportUrl":"https://pezkuwichain.github.io/balances_test_result/521/#testresult/866e9dd7504d584c","status":"passed","time":{"start":1783634948135,"stop":1783634948531,"duration":396}},{"uid":"63d5e5efca577b51","reportUrl":"https://pezkuwichain.github.io/balances_test_result/520/#testresult/63d5e5efca577b51","status":"passed","time":{"start":1783630768172,"stop":1783630768555,"duration":383}},{"uid":"8a6a702956b0d696","reportUrl":"https://pezkuwichain.github.io/balances_test_result/519/#testresult/8a6a702956b0d696","status":"passed","time":{"start":1783627192041,"stop":1783627192266,"duration":225}},{"uid":"53e2843da0991009","reportUrl":"https://pezkuwichain.github.io/balances_test_result/516/#testresult/53e2843da0991009","status":"passed","time":{"start":1783621087536,"stop":1783621087764,"duration":228}},{"uid":"447d74301bfb863c","reportUrl":"https://pezkuwichain.github.io/balances_test_result/515/#testresult/447d74301bfb863c","status":"passed","time":{"start":1783620948720,"stop":1783620949152,"duration":432}},{"uid":"dff048e4601135f2","reportUrl":"https://pezkuwichain.github.io/balances_test_result/514/#testresult/dff048e4601135f2","status":"passed","time":{"start":1783618393546,"stop":1783618393822,"duration":276}},{"uid":"c1df824a0ecf47c6","reportUrl":"https://pezkuwichain.github.io/balances_test_result/513/#testresult/c1df824a0ecf47c6","status":"passed","time":{"start":1783615433910,"stop":1783615434127,"duration":217}},{"uid":"51491059a01a9635","reportUrl":"https://pezkuwichain.github.io/balances_test_result/512/#testresult/51491059a01a9635","status":"passed","time":{"start":1783611798643,"stop":1783611799085,"duration":442}},{"uid":"3284145846859f1b","reportUrl":"https://pezkuwichain.github.io/balances_test_result/510/#testresult/3284145846859f1b","status":"passed","time":{"start":1783596560129,"stop":1783596560601,"duration":472}},{"uid":"e4bd30503b622b5f","reportUrl":"https://pezkuwichain.github.io/balances_test_result/509/#testresult/e4bd30503b622b5f","status":"passed","time":{"start":1783565835881,"stop":1783565836110,"duration":229}}]},"tags":[]},"source":"542b453b9db20821.json","parameterValues":[]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"uid":"54444f65f3d3616a","name":"testBalancesLoading[Enjin Relay]","fullName":"io.novafoundation.nova.balances.BalancesIntegrationTest.testBalancesLoading[Enjin Relay]","historyId":"1100d30a6e043a003412244c87a4aae0","time":{"start":1783644985637,"stop":1783644986115,"duration":478},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"io.novafoundation.nova.balances"},{"name":"testClass","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"testMethod","value":"testBalancesLoading[Enjin Relay]"},{"name":"suite","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"host","value":"localhost"},{"name":"thread","value":"Instr: io.qameta.allure.android.runners.AllureAndroidJUnitRunner(251)"},{"name":"framework","value":"junit4"},{"name":"language","value":"kotlin"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"797987c4805d8231","reportUrl":"https://pezkuwichain.github.io/balances_test_result/522/#testresult/797987c4805d8231","status":"passed","time":{"start":1783639864652,"stop":1783639865621,"duration":969}},{"uid":"f59d4f0c9fc48d65","reportUrl":"https://pezkuwichain.github.io/balances_test_result/521/#testresult/f59d4f0c9fc48d65","status":"passed","time":{"start":1783635004495,"stop":1783635004822,"duration":327}},{"uid":"b240dbd39a517e3a","reportUrl":"https://pezkuwichain.github.io/balances_test_result/520/#testresult/b240dbd39a517e3a","status":"passed","time":{"start":1783630840146,"stop":1783630840822,"duration":676}},{"uid":"db0826aec4388951","reportUrl":"https://pezkuwichain.github.io/balances_test_result/519/#testresult/db0826aec4388951","status":"passed","time":{"start":1783627255538,"stop":1783627256475,"duration":937}},{"uid":"11074b69ed30b5e","reportUrl":"https://pezkuwichain.github.io/balances_test_result/516/#testresult/11074b69ed30b5e","status":"passed","time":{"start":1783621236112,"stop":1783621237008,"duration":896}},{"uid":"5b36dc04373e1248","reportUrl":"https://pezkuwichain.github.io/balances_test_result/515/#testresult/5b36dc04373e1248","status":"passed","time":{"start":1783621010803,"stop":1783621011394,"duration":591}},{"uid":"5054bd521705d59d","reportUrl":"https://pezkuwichain.github.io/balances_test_result/514/#testresult/5054bd521705d59d","status":"passed","time":{"start":1783618456008,"stop":1783618457064,"duration":1056}},{"uid":"d413c9d593c0ad65","reportUrl":"https://pezkuwichain.github.io/balances_test_result/513/#testresult/d413c9d593c0ad65","status":"passed","time":{"start":1783615493835,"stop":1783615494893,"duration":1058}},{"uid":"4b848862ab843423","reportUrl":"https://pezkuwichain.github.io/balances_test_result/512/#testresult/4b848862ab843423","status":"passed","time":{"start":1783611872494,"stop":1783611872829,"duration":335}},{"uid":"70df103f1df1c048","reportUrl":"https://pezkuwichain.github.io/balances_test_result/510/#testresult/70df103f1df1c048","status":"passed","time":{"start":1783596628179,"stop":1783596628661,"duration":482}},{"uid":"7079453b73c846b4","reportUrl":"https://pezkuwichain.github.io/balances_test_result/509/#testresult/7079453b73c846b4","status":"passed","time":{"start":1783565983238,"stop":1783565984132,"duration":894}}]},"tags":[]},"source":"54444f65f3d3616a.json","parameterValues":[]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"uid":"5565a59f51e706eb","name":"testBalancesLoading[Polkadot Collectives]","fullName":"io.novafoundation.nova.balances.BalancesIntegrationTest.testBalancesLoading[Polkadot Collectives]","historyId":"86c1c6b96a8f81d8747a7ce5a6801b8f","time":{"start":1783644933289,"stop":1783644980128,"duration":46839},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"io.novafoundation.nova.balances"},{"name":"testClass","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"testMethod","value":"testBalancesLoading[Polkadot Collectives]"},{"name":"suite","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"host","value":"localhost"},{"name":"thread","value":"Instr: io.qameta.allure.android.runners.AllureAndroidJUnitRunner(251)"},{"name":"framework","value":"junit4"},{"name":"language","value":"kotlin"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"41deaee8370df07c","reportUrl":"https://pezkuwichain.github.io/balances_test_result/522/#testresult/41deaee8370df07c","status":"passed","time":{"start":1783639823585,"stop":1783639848732,"duration":25147}},{"uid":"cb5633c1e9668045","reportUrl":"https://pezkuwichain.github.io/balances_test_result/521/#testresult/cb5633c1e9668045","status":"passed","time":{"start":1783634959878,"stop":1783634997503,"duration":37625}},{"uid":"6bfefc4a0980f918","reportUrl":"https://pezkuwichain.github.io/balances_test_result/520/#testresult/6bfefc4a0980f918","status":"passed","time":{"start":1783630785549,"stop":1783630822856,"duration":37307}},{"uid":"e7528e7c3b770c12","reportUrl":"https://pezkuwichain.github.io/balances_test_result/519/#testresult/e7528e7c3b770c12","status":"passed","time":{"start":1783627210507,"stop":1783627246090,"duration":35583}},{"uid":"1c28cd50aa9270f6","reportUrl":"https://pezkuwichain.github.io/balances_test_result/516/#testresult/1c28cd50aa9270f6","status":"passed","time":{"start":1783621224771,"stop":1783621226356,"duration":1585}},{"uid":"f26d8c59cd072783","reportUrl":"https://pezkuwichain.github.io/balances_test_result/515/#testresult/f26d8c59cd072783","status":"passed","time":{"start":1783620965088,"stop":1783621005421,"duration":40333}},{"uid":"1744a4f989871592","reportUrl":"https://pezkuwichain.github.io/balances_test_result/514/#testresult/1744a4f989871592","status":"passed","time":{"start":1783618412192,"stop":1783618447046,"duration":34854}},{"uid":"a261ff9bba1853c9","reportUrl":"https://pezkuwichain.github.io/balances_test_result/513/#testresult/a261ff9bba1853c9","status":"passed","time":{"start":1783615452943,"stop":1783615485140,"duration":32197}},{"uid":"9bf887b2f0999b1b","reportUrl":"https://pezkuwichain.github.io/balances_test_result/512/#testresult/9bf887b2f0999b1b","status":"passed","time":{"start":1783611809892,"stop":1783611859419,"duration":49527}},{"uid":"4879819ffdb371d9","reportUrl":"https://pezkuwichain.github.io/balances_test_result/510/#testresult/4879819ffdb371d9","status":"passed","time":{"start":1783596575423,"stop":1783596623179,"duration":47756}},{"uid":"6acaa014e8565382","reportUrl":"https://pezkuwichain.github.io/balances_test_result/509/#testresult/6acaa014e8565382","status":"passed","time":{"start":1783565972999,"stop":1783565974651,"duration":1652}}]},"tags":[]},"source":"5565a59f51e706eb.json","parameterValues":[]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"uid":"5be9db46207b50e1","name":"testBalancesLoading[Avail]","fullName":"io.novafoundation.nova.balances.BalancesIntegrationTest.testBalancesLoading[Avail]","historyId":"509f5c9418122f23a5123e7157322afe","time":{"start":1783644992902,"stop":1783644993244,"duration":342},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"io.novafoundation.nova.balances"},{"name":"testClass","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"testMethod","value":"testBalancesLoading[Avail]"},{"name":"suite","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"host","value":"localhost"},{"name":"thread","value":"Instr: io.qameta.allure.android.runners.AllureAndroidJUnitRunner(251)"},{"name":"framework","value":"junit4"},{"name":"language","value":"kotlin"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b816273c9d693b34","reportUrl":"https://pezkuwichain.github.io/balances_test_result/522/#testresult/b816273c9d693b34","status":"passed","time":{"start":1783639876298,"stop":1783639877392,"duration":1094}},{"uid":"d1b9e28cb1949a03","reportUrl":"https://pezkuwichain.github.io/balances_test_result/521/#testresult/d1b9e28cb1949a03","status":"passed","time":{"start":1783635011196,"stop":1783635011538,"duration":342}},{"uid":"fd174d597df52f76","reportUrl":"https://pezkuwichain.github.io/balances_test_result/520/#testresult/fd174d597df52f76","status":"passed","time":{"start":1783630848967,"stop":1783630849588,"duration":621}},{"uid":"a5d49763a9a48559","reportUrl":"https://pezkuwichain.github.io/balances_test_result/519/#testresult/a5d49763a9a48559","status":"passed","time":{"start":1783627267603,"stop":1783627268611,"duration":1008}},{"uid":"66c5cccba47ae30e","reportUrl":"https://pezkuwichain.github.io/balances_test_result/516/#testresult/66c5cccba47ae30e","status":"passed","time":{"start":1783621248281,"stop":1783621249281,"duration":1000}},{"uid":"3163386f46c8103d","reportUrl":"https://pezkuwichain.github.io/balances_test_result/515/#testresult/3163386f46c8103d","status":"passed","time":{"start":1783621018889,"stop":1783621019333,"duration":444}},{"uid":"6c8d8793f67bbf1e","reportUrl":"https://pezkuwichain.github.io/balances_test_result/514/#testresult/6c8d8793f67bbf1e","status":"passed","time":{"start":1783618468333,"stop":1783618469111,"duration":778}},{"uid":"5d15456e7fdbdf3d","reportUrl":"https://pezkuwichain.github.io/balances_test_result/513/#testresult/5d15456e7fdbdf3d","status":"passed","time":{"start":1783615510630,"stop":1783615511650,"duration":1020}},{"uid":"82fd2ecb377f9e23","reportUrl":"https://pezkuwichain.github.io/balances_test_result/512/#testresult/82fd2ecb377f9e23","status":"passed","time":{"start":1783611879330,"stop":1783611879629,"duration":299}},{"uid":"fe4301699ad307ea","reportUrl":"https://pezkuwichain.github.io/balances_test_result/510/#testresult/fe4301699ad307ea","status":"passed","time":{"start":1783596635046,"stop":1783596635372,"duration":326}},{"uid":"1a7358f022ca91a","reportUrl":"https://pezkuwichain.github.io/balances_test_result/509/#testresult/1a7358f022ca91a","status":"passed","time":{"start":1783565994491,"stop":1783565995409,"duration":918}}]},"tags":[]},"source":"5be9db46207b50e1.json","parameterValues":[]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"uid":"5d2206ef1bbad809","name":"testFeeLoading[Pezkuwi People]","fullName":"io.novafoundation.nova.balances.BalancesIntegrationTest.testFeeLoading[Pezkuwi People]","historyId":"eb196e1ca7f0362299d5acb4967fccf2","time":{"start":1783645015795,"stop":1783645017021,"duration":1226},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"io.novafoundation.nova.balances"},{"name":"testClass","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"testMethod","value":"testFeeLoading[Pezkuwi People]"},{"name":"suite","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"host","value":"localhost"},{"name":"thread","value":"Instr: io.qameta.allure.android.runners.AllureAndroidJUnitRunner(251)"},{"name":"framework","value":"junit4"},{"name":"language","value":"kotlin"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"9a4d1e6db2eded11","reportUrl":"https://pezkuwichain.github.io/balances_test_result/522/#testresult/9a4d1e6db2eded11","status":"passed","time":{"start":1783639905254,"stop":1783639906866,"duration":1612}},{"uid":"1aee96d9b19d9ece","reportUrl":"https://pezkuwichain.github.io/balances_test_result/521/#testresult/1aee96d9b19d9ece","status":"passed","time":{"start":1783635034989,"stop":1783635036580,"duration":1591}},{"uid":"8989e5ac3a138ab2","reportUrl":"https://pezkuwichain.github.io/balances_test_result/520/#testresult/8989e5ac3a138ab2","status":"passed","time":{"start":1783630875706,"stop":1783630877069,"duration":1363}},{"uid":"46b5749929c7e069","reportUrl":"https://pezkuwichain.github.io/balances_test_result/519/#testresult/46b5749929c7e069","status":"passed","time":{"start":1783627297979,"stop":1783627299426,"duration":1447}},{"uid":"199dc609f03a44b0","reportUrl":"https://pezkuwichain.github.io/balances_test_result/516/#testresult/199dc609f03a44b0","status":"passed","time":{"start":1783621278152,"stop":1783621279885,"duration":1733}},{"uid":"9fb19871e7f33531","reportUrl":"https://pezkuwichain.github.io/balances_test_result/515/#testresult/9fb19871e7f33531","status":"passed","time":{"start":1783621045453,"stop":1783621047171,"duration":1718}},{"uid":"bee1daa1d65ac81b","reportUrl":"https://pezkuwichain.github.io/balances_test_result/514/#testresult/bee1daa1d65ac81b","status":"passed","time":{"start":1783618496896,"stop":1783618498540,"duration":1644}},{"uid":"909fed8a28a6df2a","reportUrl":"https://pezkuwichain.github.io/balances_test_result/513/#testresult/909fed8a28a6df2a","status":"passed","time":{"start":1783615549770,"stop":1783615551249,"duration":1479}},{"uid":"137aa4edd49e4eaf","reportUrl":"https://pezkuwichain.github.io/balances_test_result/512/#testresult/137aa4edd49e4eaf","status":"passed","time":{"start":1783611902777,"stop":1783611904616,"duration":1839}}]},"tags":[]},"source":"5d2206ef1bbad809.json","parameterValues":[]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"uid":"5d3193059444111e","name":"testBalancesLoading[Westend]","fullName":"io.novafoundation.nova.balances.BalancesIntegrationTest.testBalancesLoading[Westend]","historyId":"a226206dbc7ce29dcada61441589411c","time":{"start":1783644871823,"stop":1783644872881,"duration":1058},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"io.novafoundation.nova.balances"},{"name":"testClass","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"testMethod","value":"testBalancesLoading[Westend]"},{"name":"suite","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"host","value":"localhost"},{"name":"thread","value":"Instr: io.qameta.allure.android.runners.AllureAndroidJUnitRunner(251)"},{"name":"framework","value":"junit4"},{"name":"language","value":"kotlin"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f61ae6b15de618f2","reportUrl":"https://pezkuwichain.github.io/balances_test_result/522/#testresult/f61ae6b15de618f2","status":"passed","time":{"start":1783639739684,"stop":1783639741223,"duration":1539}},{"uid":"f9d4c24d34abe816","reportUrl":"https://pezkuwichain.github.io/balances_test_result/521/#testresult/f9d4c24d34abe816","status":"passed","time":{"start":1783634888544,"stop":1783634889658,"duration":1114}},{"uid":"1decb566aa22c4bd","reportUrl":"https://pezkuwichain.github.io/balances_test_result/520/#testresult/1decb566aa22c4bd","status":"passed","time":{"start":1783630715361,"stop":1783630717102,"duration":1741}},{"uid":"9786f4d362665ba0","reportUrl":"https://pezkuwichain.github.io/balances_test_result/519/#testresult/9786f4d362665ba0","status":"passed","time":{"start":1783627137205,"stop":1783627139151,"duration":1946}},{"uid":"aefea18e3899b611","reportUrl":"https://pezkuwichain.github.io/balances_test_result/516/#testresult/aefea18e3899b611","status":"passed","time":{"start":1783621037864,"stop":1783621040000,"duration":2136}},{"uid":"c0986abb73ef1f71","reportUrl":"https://pezkuwichain.github.io/balances_test_result/515/#testresult/c0986abb73ef1f71","status":"passed","time":{"start":1783620897239,"stop":1783620898672,"duration":1433}},{"uid":"a01a9639bd8ff9b","reportUrl":"https://pezkuwichain.github.io/balances_test_result/514/#testresult/a01a9639bd8ff9b","status":"passed","time":{"start":1783618335490,"stop":1783618337265,"duration":1775}},{"uid":"99dc1d4c8c7c83d5","reportUrl":"https://pezkuwichain.github.io/balances_test_result/513/#testresult/99dc1d4c8c7c83d5","status":"passed","time":{"start":1783615376592,"stop":1783615378561,"duration":1969}},{"uid":"7ee2a3d2b484f15a","reportUrl":"https://pezkuwichain.github.io/balances_test_result/512/#testresult/7ee2a3d2b484f15a","status":"passed","time":{"start":1783611748973,"stop":1783611751829,"duration":2856}},{"uid":"737413324dfde081","reportUrl":"https://pezkuwichain.github.io/balances_test_result/510/#testresult/737413324dfde081","status":"passed","time":{"start":1783596512481,"stop":1783596513599,"duration":1118}},{"uid":"82b2fdbc74e2a1f5","reportUrl":"https://pezkuwichain.github.io/balances_test_result/509/#testresult/82b2fdbc74e2a1f5","status":"passed","time":{"start":1783565785228,"stop":1783565786800,"duration":1572}}]},"tags":[]},"source":"5d3193059444111e.json","parameterValues":[]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"uid":"5dbd85144dec9347","name":"testFeeLoading[Kusama Bridge Hub]","fullName":"io.novafoundation.nova.balances.BalancesIntegrationTest.testFeeLoading[Kusama Bridge Hub]","historyId":"c10460c4d8f8327a1a8eee99655f2e3b","time":{"start":1783644932786,"stop":1783644933286,"duration":500},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"io.novafoundation.nova.balances"},{"name":"testClass","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"testMethod","value":"testFeeLoading[Kusama Bridge Hub]"},{"name":"suite","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"host","value":"localhost"},{"name":"thread","value":"Instr: io.qameta.allure.android.runners.AllureAndroidJUnitRunner(251)"},{"name":"framework","value":"junit4"},{"name":"language","value":"kotlin"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f360557a52ecc5ad","reportUrl":"https://pezkuwichain.github.io/balances_test_result/522/#testresult/f360557a52ecc5ad","status":"passed","time":{"start":1783639822799,"stop":1783639823582,"duration":783}},{"uid":"dd3af78d14271668","reportUrl":"https://pezkuwichain.github.io/balances_test_result/521/#testresult/dd3af78d14271668","status":"passed","time":{"start":1783634959335,"stop":1783634959875,"duration":540}},{"uid":"1c6f24b0c45ab716","reportUrl":"https://pezkuwichain.github.io/balances_test_result/520/#testresult/1c6f24b0c45ab716","status":"passed","time":{"start":1783630784898,"stop":1783630785546,"duration":648}},{"uid":"b5b3054d5fe87418","reportUrl":"https://pezkuwichain.github.io/balances_test_result/519/#testresult/b5b3054d5fe87418","status":"passed","time":{"start":1783627209620,"stop":1783627210504,"duration":884}},{"uid":"c68397ad18fafcad","reportUrl":"https://pezkuwichain.github.io/balances_test_result/516/#testresult/c68397ad18fafcad","status":"passed","time":{"start":1783621223839,"stop":1783621224769,"duration":930}},{"uid":"8b96c21312295307","reportUrl":"https://pezkuwichain.github.io/balances_test_result/515/#testresult/8b96c21312295307","status":"passed","time":{"start":1783620964396,"stop":1783620965085,"duration":689}},{"uid":"eac7250d2aeab4d5","reportUrl":"https://pezkuwichain.github.io/balances_test_result/514/#testresult/eac7250d2aeab4d5","status":"passed","time":{"start":1783618411253,"stop":1783618412189,"duration":936}},{"uid":"3518e4586f874cae","reportUrl":"https://pezkuwichain.github.io/balances_test_result/513/#testresult/3518e4586f874cae","status":"passed","time":{"start":1783615452145,"stop":1783615452939,"duration":794}},{"uid":"4d5bf5ead512abbc","reportUrl":"https://pezkuwichain.github.io/balances_test_result/512/#testresult/4d5bf5ead512abbc","status":"passed","time":{"start":1783611809330,"stop":1783611809887,"duration":557}},{"uid":"148b4c7b07a7f5c5","reportUrl":"https://pezkuwichain.github.io/balances_test_result/510/#testresult/148b4c7b07a7f5c5","status":"passed","time":{"start":1783596574871,"stop":1783596575420,"duration":549}},{"uid":"598da41d216afabc","reportUrl":"https://pezkuwichain.github.io/balances_test_result/509/#testresult/598da41d216afabc","status":"passed","time":{"start":1783565972164,"stop":1783565972996,"duration":832}}]},"tags":[]},"source":"5dbd85144dec9347.json","parameterValues":[]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"uid":"5e5fe50437ac860a","name":"testBalancesLoading[Acurast Canary]","fullName":"io.novafoundation.nova.balances.BalancesIntegrationTest.testBalancesLoading[Acurast Canary]","historyId":"1c1a1a62c8a68d5cb45cdde932b9698f","time":{"start":1783644986179,"stop":1783644987945,"duration":1766},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"io.novafoundation.nova.balances"},{"name":"testClass","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"testMethod","value":"testBalancesLoading[Acurast Canary]"},{"name":"suite","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"host","value":"localhost"},{"name":"thread","value":"Instr: io.qameta.allure.android.runners.AllureAndroidJUnitRunner(251)"},{"name":"framework","value":"junit4"},{"name":"language","value":"kotlin"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"beb92e958e761e8e","reportUrl":"https://pezkuwichain.github.io/balances_test_result/522/#testresult/beb92e958e761e8e","status":"passed","time":{"start":1783639866031,"stop":1783639868160,"duration":2129}},{"uid":"eaf75685a318dddb","reportUrl":"https://pezkuwichain.github.io/balances_test_result/521/#testresult/eaf75685a318dddb","status":"passed","time":{"start":1783635004890,"stop":1783635006182,"duration":1292}},{"uid":"2d251105faa846bf","reportUrl":"https://pezkuwichain.github.io/balances_test_result/520/#testresult/2d251105faa846bf","status":"passed","time":{"start":1783630841095,"stop":1783630842799,"duration":1704}},{"uid":"edb2f526ad8293af","reportUrl":"https://pezkuwichain.github.io/balances_test_result/519/#testresult/edb2f526ad8293af","status":"passed","time":{"start":1783627256910,"stop":1783627258942,"duration":2032}},{"uid":"10458aa2aa840e4","reportUrl":"https://pezkuwichain.github.io/balances_test_result/516/#testresult/10458aa2aa840e4","status":"passed","time":{"start":1783621237412,"stop":1783621239568,"duration":2156}},{"uid":"d7e7510f90f4c39b","reportUrl":"https://pezkuwichain.github.io/balances_test_result/515/#testresult/d7e7510f90f4c39b","status":"passed","time":{"start":1783621011569,"stop":1783621013141,"duration":1572}},{"uid":"561cf4bb419efbc5","reportUrl":"https://pezkuwichain.github.io/balances_test_result/514/#testresult/561cf4bb419efbc5","status":"passed","time":{"start":1783618457526,"stop":1783618459407,"duration":1881}},{"uid":"b423f7dfe81f8772","reportUrl":"https://pezkuwichain.github.io/balances_test_result/513/#testresult/b423f7dfe81f8772","status":"passed","time":{"start":1783615495303,"stop":1783615497543,"duration":2240}},{"uid":"1a619461d62166c2","reportUrl":"https://pezkuwichain.github.io/balances_test_result/512/#testresult/1a619461d62166c2","status":"passed","time":{"start":1783611872897,"stop":1783611874177,"duration":1280}},{"uid":"ee1fa1f7b8318eff","reportUrl":"https://pezkuwichain.github.io/balances_test_result/510/#testresult/ee1fa1f7b8318eff","status":"passed","time":{"start":1783596628722,"stop":1783596630094,"duration":1372}},{"uid":"2a8252aff9fb6c82","reportUrl":"https://pezkuwichain.github.io/balances_test_result/509/#testresult/2a8252aff9fb6c82","status":"passed","time":{"start":1783565984528,"stop":1783565986380,"duration":1852}}]},"tags":[]},"source":"5e5fe50437ac860a.json","parameterValues":[]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"uid":"5ff04d42ed8f9264","name":"testBalancesLoading[Karura]","fullName":"io.novafoundation.nova.balances.BalancesIntegrationTest.testBalancesLoading[Karura]","historyId":"a9814453c4c85bb3111f5f96d1294de9","time":{"start":1783644873392,"stop":1783644875156,"duration":1764},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"io.novafoundation.nova.balances"},{"name":"testClass","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"testMethod","value":"testBalancesLoading[Karura]"},{"name":"suite","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"host","value":"localhost"},{"name":"thread","value":"Instr: io.qameta.allure.android.runners.AllureAndroidJUnitRunner(251)"},{"name":"framework","value":"junit4"},{"name":"language","value":"kotlin"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5ff7f1903231ec0a","reportUrl":"https://pezkuwichain.github.io/balances_test_result/522/#testresult/5ff7f1903231ec0a","status":"passed","time":{"start":1783639742056,"stop":1783639744269,"duration":2213}},{"uid":"d407cfde30e7cad","reportUrl":"https://pezkuwichain.github.io/balances_test_result/521/#testresult/d407cfde30e7cad","status":"passed","time":{"start":1783634890273,"stop":1783634890871,"duration":598}},{"uid":"703b1180aea7b4e0","reportUrl":"https://pezkuwichain.github.io/balances_test_result/520/#testresult/703b1180aea7b4e0","status":"passed","time":{"start":1783630717865,"stop":1783630719643,"duration":1778}},{"uid":"3cd06118a0aef4dd","reportUrl":"https://pezkuwichain.github.io/balances_test_result/519/#testresult/3cd06118a0aef4dd","status":"passed","time":{"start":1783627140200,"stop":1783627141211,"duration":1011}},{"uid":"233b820bba4e6e10","reportUrl":"https://pezkuwichain.github.io/balances_test_result/516/#testresult/233b820bba4e6e10","status":"passed","time":{"start":1783621040915,"stop":1783621042896,"duration":1981}},{"uid":"cfa35562c3095e38","reportUrl":"https://pezkuwichain.github.io/balances_test_result/515/#testresult/cfa35562c3095e38","status":"passed","time":{"start":1783620899350,"stop":1783620900093,"duration":743}},{"uid":"41742a7cf944b2a6","reportUrl":"https://pezkuwichain.github.io/balances_test_result/514/#testresult/41742a7cf944b2a6","status":"passed","time":{"start":1783618338148,"stop":1783618339987,"duration":1839}},{"uid":"8a7c31bde9541cb","reportUrl":"https://pezkuwichain.github.io/balances_test_result/513/#testresult/8a7c31bde9541cb","status":"passed","time":{"start":1783615379703,"stop":1783615380966,"duration":1263}},{"uid":"865ab3a1fac39af7","reportUrl":"https://pezkuwichain.github.io/balances_test_result/512/#testresult/865ab3a1fac39af7","status":"passed","time":{"start":1783611752671,"stop":1783611753234,"duration":563}},{"uid":"7609b99a0a3c8c5","reportUrl":"https://pezkuwichain.github.io/balances_test_result/510/#testresult/7609b99a0a3c8c5","status":"passed","time":{"start":1783596514161,"stop":1783596514775,"duration":614}},{"uid":"39beeda488a60df","reportUrl":"https://pezkuwichain.github.io/balances_test_result/509/#testresult/39beeda488a60df","status":"passed","time":{"start":1783565787769,"stop":1783565789709,"duration":1940}}]},"tags":[]},"source":"5ff04d42ed8f9264.json","parameterValues":[]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"uid":"5fffffa481e96807","name":"testBalancesLoading[Polkadot Bridge Hub]","fullName":"io.novafoundation.nova.balances.BalancesIntegrationTest.testBalancesLoading[Polkadot Bridge Hub]","historyId":"cc5f3fbe98d8031e83048db4a15e1880","time":{"start":1783644982402,"stop":1783644983483,"duration":1081},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"io.novafoundation.nova.balances"},{"name":"testClass","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"testMethod","value":"testBalancesLoading[Polkadot Bridge Hub]"},{"name":"suite","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"host","value":"localhost"},{"name":"thread","value":"Instr: io.qameta.allure.android.runners.AllureAndroidJUnitRunner(251)"},{"name":"framework","value":"junit4"},{"name":"language","value":"kotlin"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"56f8cdd6c86cbf68","reportUrl":"https://pezkuwichain.github.io/balances_test_result/522/#testresult/56f8cdd6c86cbf68","status":"passed","time":{"start":1783639853615,"stop":1783639855247,"duration":1632}},{"uid":"fb66d5d8db6da4f7","reportUrl":"https://pezkuwichain.github.io/balances_test_result/521/#testresult/fb66d5d8db6da4f7","status":"passed","time":{"start":1783635002266,"stop":1783635003356,"duration":1090}},{"uid":"daa47aa526be6899","reportUrl":"https://pezkuwichain.github.io/balances_test_result/520/#testresult/daa47aa526be6899","status":"passed","time":{"start":1783630825396,"stop":1783630827004,"duration":1608}},{"uid":"ca28686aa43402b6","reportUrl":"https://pezkuwichain.github.io/balances_test_result/519/#testresult/ca28686aa43402b6","status":"passed","time":{"start":1783627250625,"stop":1783627252380,"duration":1755}},{"uid":"5b31373047a4cf23","reportUrl":"https://pezkuwichain.github.io/balances_test_result/516/#testresult/5b31373047a4cf23","status":"passed","time":{"start":1783621231121,"stop":1783621232903,"duration":1782}},{"uid":"a68ed1e450368431","reportUrl":"https://pezkuwichain.github.io/balances_test_result/515/#testresult/a68ed1e450368431","status":"passed","time":{"start":1783621007882,"stop":1783621009178,"duration":1296}},{"uid":"4f1846e19a3f8aa4","reportUrl":"https://pezkuwichain.github.io/balances_test_result/514/#testresult/4f1846e19a3f8aa4","status":"passed","time":{"start":1783618452168,"stop":1783618453890,"duration":1722}},{"uid":"9278ec3e1b1f749","reportUrl":"https://pezkuwichain.github.io/balances_test_result/513/#testresult/9278ec3e1b1f749","status":"passed","time":{"start":1783615489962,"stop":1783615491732,"duration":1770}},{"uid":"dc43f4ec0c338a0b","reportUrl":"https://pezkuwichain.github.io/balances_test_result/512/#testresult/dc43f4ec0c338a0b","status":"passed","time":{"start":1783611864262,"stop":1783611865341,"duration":1079}},{"uid":"92ce1cf6001b39eb","reportUrl":"https://pezkuwichain.github.io/balances_test_result/510/#testresult/92ce1cf6001b39eb","status":"passed","time":{"start":1783596625587,"stop":1783596626741,"duration":1154}},{"uid":"51b14633de2b3a41","reportUrl":"https://pezkuwichain.github.io/balances_test_result/509/#testresult/51b14633de2b3a41","status":"passed","time":{"start":1783565979224,"stop":1783565980945,"duration":1721}}]},"tags":[]},"source":"5fffffa481e96807.json","parameterValues":[]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"uid":"61e2cac727767a1","name":"testFeeLoading[Astar]","fullName":"io.novafoundation.nova.balances.BalancesIntegrationTest.testFeeLoading[Astar]","historyId":"f2494f820bb8ad39f5be09c179a06f95","time":{"start":1783644883815,"stop":1783644884383,"duration":568},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"io.novafoundation.nova.balances"},{"name":"testClass","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"testMethod","value":"testFeeLoading[Astar]"},{"name":"suite","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"host","value":"localhost"},{"name":"thread","value":"Instr: io.qameta.allure.android.runners.AllureAndroidJUnitRunner(251)"},{"name":"framework","value":"junit4"},{"name":"language","value":"kotlin"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"98e17d6cd8a56d3e","reportUrl":"https://pezkuwichain.github.io/balances_test_result/522/#testresult/98e17d6cd8a56d3e","status":"passed","time":{"start":1783639755529,"stop":1783639756409,"duration":880}},{"uid":"afc97599574121a7","reportUrl":"https://pezkuwichain.github.io/balances_test_result/521/#testresult/afc97599574121a7","status":"passed","time":{"start":1783634901658,"stop":1783634903646,"duration":1988}},{"uid":"386348f816be3979","reportUrl":"https://pezkuwichain.github.io/balances_test_result/520/#testresult/386348f816be3979","status":"passed","time":{"start":1783630730003,"stop":1783630730723,"duration":720}},{"uid":"30b376bdb30ee375","reportUrl":"https://pezkuwichain.github.io/balances_test_result/519/#testresult/30b376bdb30ee375","status":"passed","time":{"start":1783627152882,"stop":1783627154609,"duration":1727}},{"uid":"f59e6b1cc6aa31c2","reportUrl":"https://pezkuwichain.github.io/balances_test_result/516/#testresult/f59e6b1cc6aa31c2","status":"passed","time":{"start":1783621054104,"stop":1783621055801,"duration":1697}},{"uid":"7d47a867558e902d","reportUrl":"https://pezkuwichain.github.io/balances_test_result/515/#testresult/7d47a867558e902d","status":"passed","time":{"start":1783620909372,"stop":1783620909988,"duration":616}},{"uid":"fb64c42c0cf0f4c5","reportUrl":"https://pezkuwichain.github.io/balances_test_result/514/#testresult/fb64c42c0cf0f4c5","status":"passed","time":{"start":1783618351230,"stop":1783618352054,"duration":824}},{"uid":"9d3d26cc5ee35440","reportUrl":"https://pezkuwichain.github.io/balances_test_result/513/#testresult/9d3d26cc5ee35440","status":"passed","time":{"start":1783615391947,"stop":1783615392796,"duration":849}},{"uid":"1daf4a7d0a286ddc","reportUrl":"https://pezkuwichain.github.io/balances_test_result/512/#testresult/1daf4a7d0a286ddc","status":"passed","time":{"start":1783611763211,"stop":1783611765172,"duration":1961}},{"uid":"6a3886b84b148fa7","reportUrl":"https://pezkuwichain.github.io/balances_test_result/510/#testresult/6a3886b84b148fa7","status":"passed","time":{"start":1783596525030,"stop":1783596527020,"duration":1990}},{"uid":"7cbabecc82eaff04","reportUrl":"https://pezkuwichain.github.io/balances_test_result/509/#testresult/7cbabecc82eaff04","status":"passed","time":{"start":1783565802067,"stop":1783565803752,"duration":1685}}]},"tags":[]},"source":"61e2cac727767a1.json","parameterValues":[]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"uid":"6537fae9a0941e0a","name":"testBalancesLoading[Statemint]","fullName":"io.novafoundation.nova.balances.BalancesIntegrationTest.testBalancesLoading[Statemint]","historyId":"451626d8b0d951d59bcf15d3c4ce9965","time":{"start":1783644914742,"stop":1783644914858,"duration":116},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"io.novafoundation.nova.balances"},{"name":"testClass","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"testMethod","value":"testBalancesLoading[Statemint]"},{"name":"suite","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"host","value":"localhost"},{"name":"thread","value":"Instr: io.qameta.allure.android.runners.AllureAndroidJUnitRunner(251)"},{"name":"framework","value":"junit4"},{"name":"language","value":"kotlin"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1ffa1d370234583e","reportUrl":"https://pezkuwichain.github.io/balances_test_result/522/#testresult/1ffa1d370234583e","status":"passed","time":{"start":1783639797539,"stop":1783639797729,"duration":190}},{"uid":"1c5db01027c43135","reportUrl":"https://pezkuwichain.github.io/balances_test_result/521/#testresult/1c5db01027c43135","status":"passed","time":{"start":1783634944645,"stop":1783634944764,"duration":119}},{"uid":"c649d6a177cc809b","reportUrl":"https://pezkuwichain.github.io/balances_test_result/520/#testresult/c649d6a177cc809b","status":"passed","time":{"start":1783630764274,"stop":1783630764423,"duration":149}},{"uid":"bfebe421402ff87c","reportUrl":"https://pezkuwichain.github.io/balances_test_result/519/#testresult/bfebe421402ff87c","status":"passed","time":{"start":1783627187958,"stop":1783627188129,"duration":171}},{"uid":"22256f367ca4f2d9","reportUrl":"https://pezkuwichain.github.io/balances_test_result/516/#testresult/22256f367ca4f2d9","status":"passed","time":{"start":1783621083721,"stop":1783621083885,"duration":164}},{"uid":"bf128c4e183b3ff8","reportUrl":"https://pezkuwichain.github.io/balances_test_result/515/#testresult/bf128c4e183b3ff8","status":"passed","time":{"start":1783620944894,"stop":1783620945035,"duration":141}},{"uid":"93f711601aa5e85e","reportUrl":"https://pezkuwichain.github.io/balances_test_result/514/#testresult/93f711601aa5e85e","status":"passed","time":{"start":1783618389520,"stop":1783618389687,"duration":167}},{"uid":"7cce147f2c39a7da","reportUrl":"https://pezkuwichain.github.io/balances_test_result/513/#testresult/7cce147f2c39a7da","status":"passed","time":{"start":1783615429552,"stop":1783615429734,"duration":182}},{"uid":"480239d1d972b607","reportUrl":"https://pezkuwichain.github.io/balances_test_result/512/#testresult/480239d1d972b607","status":"passed","time":{"start":1783611795341,"stop":1783611795452,"duration":111}},{"uid":"cc8ddb9ab158c867","reportUrl":"https://pezkuwichain.github.io/balances_test_result/510/#testresult/cc8ddb9ab158c867","status":"passed","time":{"start":1783596556602,"stop":1783596556714,"duration":112}},{"uid":"8e5c8770c90b0ab","reportUrl":"https://pezkuwichain.github.io/balances_test_result/509/#testresult/8e5c8770c90b0ab","status":"passed","time":{"start":1783565832020,"stop":1783565832177,"duration":157}}]},"tags":[]},"source":"6537fae9a0941e0a.json","parameterValues":[]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"uid":"6724e801b00fd9a3","name":"testFeeLoading[Altair]","fullName":"io.novafoundation.nova.balances.BalancesIntegrationTest.testFeeLoading[Altair]","historyId":"9be340330e6fd036b3f36f475ec77817","time":{"start":1783644906373,"stop":1783644906442,"duration":69},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"io.novafoundation.nova.balances"},{"name":"testClass","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"testMethod","value":"testFeeLoading[Altair]"},{"name":"suite","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"host","value":"localhost"},{"name":"thread","value":"Instr: io.qameta.allure.android.runners.AllureAndroidJUnitRunner(251)"},{"name":"framework","value":"junit4"},{"name":"language","value":"kotlin"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"433195a3caf5879","reportUrl":"https://pezkuwichain.github.io/balances_test_result/522/#testresult/433195a3caf5879","status":"passed","time":{"start":1783639780592,"stop":1783639781107,"duration":515}},{"uid":"60dc9776ce195aa2","reportUrl":"https://pezkuwichain.github.io/balances_test_result/521/#testresult/60dc9776ce195aa2","status":"passed","time":{"start":1783634922786,"stop":1783634922833,"duration":47}},{"uid":"84b03eca736a5f39","reportUrl":"https://pezkuwichain.github.io/balances_test_result/520/#testresult/84b03eca736a5f39","status":"passed","time":{"start":1783630749339,"stop":1783630749576,"duration":237}},{"uid":"46f0d09b145557b2","reportUrl":"https://pezkuwichain.github.io/balances_test_result/519/#testresult/46f0d09b145557b2","status":"passed","time":{"start":1783627178240,"stop":1783627178552,"duration":312}},{"uid":"b15ef26639e3c42d","reportUrl":"https://pezkuwichain.github.io/balances_test_result/516/#testresult/b15ef26639e3c42d","status":"passed","time":{"start":1783621070004,"stop":1783621070367,"duration":363}},{"uid":"1b5653a09668500a","reportUrl":"https://pezkuwichain.github.io/balances_test_result/515/#testresult/1b5653a09668500a","status":"passed","time":{"start":1783620926984,"stop":1783620927127,"duration":143}},{"uid":"a0e40342d6a6dc0a","reportUrl":"https://pezkuwichain.github.io/balances_test_result/514/#testresult/a0e40342d6a6dc0a","status":"passed","time":{"start":1783618375139,"stop":1783618375463,"duration":324}},{"uid":"aedc2979ac754380","reportUrl":"https://pezkuwichain.github.io/balances_test_result/513/#testresult/aedc2979ac754380","status":"passed","time":{"start":1783615413006,"stop":1783615413396,"duration":390}},{"uid":"690a8bb929d343e","reportUrl":"https://pezkuwichain.github.io/balances_test_result/512/#testresult/690a8bb929d343e","status":"passed","time":{"start":1783611786677,"stop":1783611786745,"duration":68}},{"uid":"1e3a9436d3968202","reportUrl":"https://pezkuwichain.github.io/balances_test_result/510/#testresult/1e3a9436d3968202","status":"passed","time":{"start":1783596548121,"stop":1783596548187,"duration":66}},{"uid":"bf3e2a53215fb14","reportUrl":"https://pezkuwichain.github.io/balances_test_result/509/#testresult/bf3e2a53215fb14","status":"passed","time":{"start":1783565822378,"stop":1783565822672,"duration":294}}]},"tags":[]},"source":"6724e801b00fd9a3.json","parameterValues":[]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"uid":"679b38167cccfd65","name":"testFeeLoading[Creditcoin]","fullName":"io.novafoundation.nova.balances.BalancesIntegrationTest.testFeeLoading[Creditcoin]","historyId":"c645144f0cc339949bb86641a1db7341","time":{"start":1783645000768,"stop":1783645001165,"duration":397},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"io.novafoundation.nova.balances"},{"name":"testClass","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"testMethod","value":"testFeeLoading[Creditcoin]"},{"name":"suite","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"host","value":"localhost"},{"name":"thread","value":"Instr: io.qameta.allure.android.runners.AllureAndroidJUnitRunner(251)"},{"name":"framework","value":"junit4"},{"name":"language","value":"kotlin"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"641c3fb9833084e8","reportUrl":"https://pezkuwichain.github.io/balances_test_result/522/#testresult/641c3fb9833084e8","status":"passed","time":{"start":1783639885314,"stop":1783639886104,"duration":790}},{"uid":"a6812a9d7f009624","reportUrl":"https://pezkuwichain.github.io/balances_test_result/521/#testresult/a6812a9d7f009624","status":"passed","time":{"start":1783635020042,"stop":1783635020446,"duration":404}},{"uid":"f9caa39a7d0a533b","reportUrl":"https://pezkuwichain.github.io/balances_test_result/520/#testresult/f9caa39a7d0a533b","status":"passed","time":{"start":1783630857876,"stop":1783630858482,"duration":606}},{"uid":"56c55aad89d1bd54","reportUrl":"https://pezkuwichain.github.io/balances_test_result/519/#testresult/56c55aad89d1bd54","status":"passed","time":{"start":1783627278504,"stop":1783627279240,"duration":736}},{"uid":"8f8ca7c65a219775","reportUrl":"https://pezkuwichain.github.io/balances_test_result/516/#testresult/8f8ca7c65a219775","status":"passed","time":{"start":1783621258227,"stop":1783621258401,"duration":174}},{"uid":"940a01ae8afdb75b","reportUrl":"https://pezkuwichain.github.io/balances_test_result/515/#testresult/940a01ae8afdb75b","status":"passed","time":{"start":1783621028723,"stop":1783621029288,"duration":565}},{"uid":"103a7e938486b40e","reportUrl":"https://pezkuwichain.github.io/balances_test_result/514/#testresult/103a7e938486b40e","status":"passed","time":{"start":1783618477287,"stop":1783618477976,"duration":689}},{"uid":"b7f31458d8a97bcb","reportUrl":"https://pezkuwichain.github.io/balances_test_result/513/#testresult/b7f31458d8a97bcb","status":"passed","time":{"start":1783615523974,"stop":1783615524759,"duration":785}},{"uid":"68715b92bda59078","reportUrl":"https://pezkuwichain.github.io/balances_test_result/512/#testresult/68715b92bda59078","status":"passed","time":{"start":1783611888430,"stop":1783611888817,"duration":387}},{"uid":"886ffdfb7c605876","reportUrl":"https://pezkuwichain.github.io/balances_test_result/510/#testresult/886ffdfb7c605876","status":"passed","time":{"start":1783596642761,"stop":1783596643112,"duration":351}},{"uid":"c7423a0d126f1646","reportUrl":"https://pezkuwichain.github.io/balances_test_result/509/#testresult/c7423a0d126f1646","status":"passed","time":{"start":1783566008224,"stop":1783566008978,"duration":754}}]},"tags":[]},"source":"679b38167cccfd65.json","parameterValues":[]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"uid":"6901b769aa0fe990","name":"testBalancesLoading[Ternoa]","fullName":"io.novafoundation.nova.balances.BalancesIntegrationTest.testBalancesLoading[Ternoa]","historyId":"ccb676be4655d2ce44a9077f28b6c28e","time":{"start":1783644915473,"stop":1783644916749,"duration":1276},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"io.novafoundation.nova.balances"},{"name":"testClass","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"testMethod","value":"testBalancesLoading[Ternoa]"},{"name":"suite","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"host","value":"localhost"},{"name":"thread","value":"Instr: io.qameta.allure.android.runners.AllureAndroidJUnitRunner(251)"},{"name":"framework","value":"junit4"},{"name":"language","value":"kotlin"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"54ffede6a666a5b8","reportUrl":"https://pezkuwichain.github.io/balances_test_result/522/#testresult/54ffede6a666a5b8","status":"passed","time":{"start":1783639798638,"stop":1783639800532,"duration":1894}},{"uid":"f682d543c2060b85","reportUrl":"https://pezkuwichain.github.io/balances_test_result/521/#testresult/f682d543c2060b85","status":"passed","time":{"start":1783634945324,"stop":1783634946720,"duration":1396}},{"uid":"28dbaf466228fa94","reportUrl":"https://pezkuwichain.github.io/balances_test_result/520/#testresult/28dbaf466228fa94","status":"passed","time":{"start":1783630765123,"stop":1783630766693,"duration":1570}},{"uid":"31861063300efd48","reportUrl":"https://pezkuwichain.github.io/balances_test_result/519/#testresult/31861063300efd48","status":"passed","time":{"start":1783627188983,"stop":1783627190783,"duration":1800}},{"uid":"89262dcf40001122","reportUrl":"https://pezkuwichain.github.io/balances_test_result/516/#testresult/89262dcf40001122","status":"passed","time":{"start":1783621084705,"stop":1783621086314,"duration":1609}},{"uid":"99cb9d2a799b438e","reportUrl":"https://pezkuwichain.github.io/balances_test_result/515/#testresult/99cb9d2a799b438e","status":"passed","time":{"start":1783620945741,"stop":1783620947157,"duration":1416}},{"uid":"d01df10141abc9c7","reportUrl":"https://pezkuwichain.github.io/balances_test_result/514/#testresult/d01df10141abc9c7","status":"passed","time":{"start":1783618390522,"stop":1783618392235,"duration":1713}},{"uid":"daf1b7e0373713bb","reportUrl":"https://pezkuwichain.github.io/balances_test_result/513/#testresult/daf1b7e0373713bb","status":"passed","time":{"start":1783615430607,"stop":1783615432507,"duration":1900}},{"uid":"79ed304c5756cb49","reportUrl":"https://pezkuwichain.github.io/balances_test_result/512/#testresult/79ed304c5756cb49","status":"passed","time":{"start":1783611796003,"stop":1783611797170,"duration":1167}},{"uid":"b31edd0613d1957a","reportUrl":"https://pezkuwichain.github.io/balances_test_result/510/#testresult/b31edd0613d1957a","status":"passed","time":{"start":1783596557285,"stop":1783596558556,"duration":1271}},{"uid":"1a867e824c7a9375","reportUrl":"https://pezkuwichain.github.io/balances_test_result/509/#testresult/1a867e824c7a9375","status":"passed","time":{"start":1783565832958,"stop":1783565834649,"duration":1691}}]},"tags":[]},"source":"6901b769aa0fe990.json","parameterValues":[]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"uid":"69e27b9f53ff6daa","name":"testFeeLoading[Kusama]","fullName":"io.novafoundation.nova.balances.BalancesIntegrationTest.testFeeLoading[Kusama]","historyId":"5f74a8d1a6b13738fe561ef60ca672d0","time":{"start":1783644871122,"stop":1783644871819,"duration":697},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"io.novafoundation.nova.balances"},{"name":"testClass","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"testMethod","value":"testFeeLoading[Kusama]"},{"name":"suite","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"host","value":"localhost"},{"name":"thread","value":"Instr: io.qameta.allure.android.runners.AllureAndroidJUnitRunner(251)"},{"name":"framework","value":"junit4"},{"name":"language","value":"kotlin"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1ee77884af0d11cc","reportUrl":"https://pezkuwichain.github.io/balances_test_result/522/#testresult/1ee77884af0d11cc","status":"passed","time":{"start":1783639738690,"stop":1783639739679,"duration":989}},{"uid":"959cfa23e40acd5d","reportUrl":"https://pezkuwichain.github.io/balances_test_result/521/#testresult/959cfa23e40acd5d","status":"passed","time":{"start":1783634887825,"stop":1783634888541,"duration":716}},{"uid":"d7313e0be33e3e02","reportUrl":"https://pezkuwichain.github.io/balances_test_result/520/#testresult/d7313e0be33e3e02","status":"passed","time":{"start":1783630714469,"stop":1783630715356,"duration":887}},{"uid":"6868e998ef5ec723","reportUrl":"https://pezkuwichain.github.io/balances_test_result/519/#testresult/6868e998ef5ec723","status":"passed","time":{"start":1783627136123,"stop":1783627137201,"duration":1078}},{"uid":"a015239b845c8c58","reportUrl":"https://pezkuwichain.github.io/balances_test_result/516/#testresult/a015239b845c8c58","status":"passed","time":{"start":1783621036859,"stop":1783621037858,"duration":999}},{"uid":"b994981194dff4d","reportUrl":"https://pezkuwichain.github.io/balances_test_result/515/#testresult/b994981194dff4d","status":"passed","time":{"start":1783620896573,"stop":1783620897235,"duration":662}},{"uid":"6090d9bca301911b","reportUrl":"https://pezkuwichain.github.io/balances_test_result/514/#testresult/6090d9bca301911b","status":"passed","time":{"start":1783618334461,"stop":1783618335484,"duration":1023}},{"uid":"236db84eef36e594","reportUrl":"https://pezkuwichain.github.io/balances_test_result/513/#testresult/236db84eef36e594","status":"passed","time":{"start":1783615375507,"stop":1783615376588,"duration":1081}},{"uid":"3a9659d18040b645","reportUrl":"https://pezkuwichain.github.io/balances_test_result/512/#testresult/3a9659d18040b645","status":"passed","time":{"start":1783611748279,"stop":1783611748970,"duration":691}},{"uid":"2872169bbf6c0afa","reportUrl":"https://pezkuwichain.github.io/balances_test_result/510/#testresult/2872169bbf6c0afa","status":"passed","time":{"start":1783596511832,"stop":1783596512477,"duration":645}},{"uid":"2717a5196eafa60a","reportUrl":"https://pezkuwichain.github.io/balances_test_result/509/#testresult/2717a5196eafa60a","status":"passed","time":{"start":1783565784170,"stop":1783565785224,"duration":1054}}]},"tags":[]},"source":"69e27b9f53ff6daa.json","parameterValues":[]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"uid":"6b095a15e6c4f9f2","name":"testBalancesLoading[Energy Web X]","fullName":"io.novafoundation.nova.balances.BalancesIntegrationTest.testBalancesLoading[Energy Web X]","historyId":"fd26121d859107a8ef88714aec3d5dd1","time":{"start":1783644984021,"stop":1783644985068,"duration":1047},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"io.novafoundation.nova.balances"},{"name":"testClass","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"testMethod","value":"testBalancesLoading[Energy Web X]"},{"name":"suite","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"host","value":"localhost"},{"name":"thread","value":"Instr: io.qameta.allure.android.runners.AllureAndroidJUnitRunner(251)"},{"name":"framework","value":"junit4"},{"name":"language","value":"kotlin"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f9bb83d55b9de5c4","reportUrl":"https://pezkuwichain.github.io/balances_test_result/522/#testresult/f9bb83d55b9de5c4","status":"passed","time":{"start":1783639856020,"stop":1783639861300,"duration":5280}},{"uid":"b076f1a5c22d335b","reportUrl":"https://pezkuwichain.github.io/balances_test_result/521/#testresult/b076f1a5c22d335b","status":"passed","time":{"start":1783635003869,"stop":1783635004264,"duration":395}},{"uid":"440327d9a68ee364","reportUrl":"https://pezkuwichain.github.io/balances_test_result/520/#testresult/440327d9a68ee364","status":"passed","time":{"start":1783630827799,"stop":1783630836676,"duration":8877}},{"uid":"e3cedc81e548b017","reportUrl":"https://pezkuwichain.github.io/balances_test_result/519/#testresult/e3cedc81e548b017","status":"passed","time":{"start":1783627253243,"stop":1783627254643,"duration":1400}},{"uid":"a56f4f67046c8df7","reportUrl":"https://pezkuwichain.github.io/balances_test_result/516/#testresult/a56f4f67046c8df7","status":"passed","time":{"start":1783621233807,"stop":1783621235203,"duration":1396}},{"uid":"ec67893451e63cac","reportUrl":"https://pezkuwichain.github.io/balances_test_result/515/#testresult/ec67893451e63cac","status":"passed","time":{"start":1783621009810,"stop":1783621010560,"duration":750}},{"uid":"c7ad0d2ff42ff7bc","reportUrl":"https://pezkuwichain.github.io/balances_test_result/514/#testresult/c7ad0d2ff42ff7bc","status":"passed","time":{"start":1783618454803,"stop":1783618455546,"duration":743}},{"uid":"b9ccf007e1a17782","reportUrl":"https://pezkuwichain.github.io/balances_test_result/513/#testresult/b9ccf007e1a17782","status":"passed","time":{"start":1783615492540,"stop":1783615493391,"duration":851}},{"uid":"35754c618e14b7a4","reportUrl":"https://pezkuwichain.github.io/balances_test_result/512/#testresult/35754c618e14b7a4","status":"passed","time":{"start":1783611865921,"stop":1783611870082,"duration":4161}},{"uid":"e13cd84b339eecdb","reportUrl":"https://pezkuwichain.github.io/balances_test_result/510/#testresult/e13cd84b339eecdb","status":"passed","time":{"start":1783596627312,"stop":1783596627921,"duration":609}},{"uid":"cd7f58d927bc3b39","reportUrl":"https://pezkuwichain.github.io/balances_test_result/509/#testresult/cd7f58d927bc3b39","status":"passed","time":{"start":1783565981879,"stop":1783565982706,"duration":827}}]},"tags":[]},"source":"6b095a15e6c4f9f2.json","parameterValues":[]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"uid":"70db8a81764ff613","name":"testFeeLoading[Avail]","fullName":"io.novafoundation.nova.balances.BalancesIntegrationTest.testFeeLoading[Avail]","historyId":"e41ff9a57cbc164cb3190aa1d2bf3978","time":{"start":1783644993249,"stop":1783644993316,"duration":67},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"io.novafoundation.nova.balances"},{"name":"testClass","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"testMethod","value":"testFeeLoading[Avail]"},{"name":"suite","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"host","value":"localhost"},{"name":"thread","value":"Instr: io.qameta.allure.android.runners.AllureAndroidJUnitRunner(251)"},{"name":"framework","value":"junit4"},{"name":"language","value":"kotlin"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c2be4cfe6f08748f","reportUrl":"https://pezkuwichain.github.io/balances_test_result/522/#testresult/c2be4cfe6f08748f","status":"passed","time":{"start":1783639877395,"stop":1783639877821,"duration":426}},{"uid":"3f8587cce04669e2","reportUrl":"https://pezkuwichain.github.io/balances_test_result/521/#testresult/3f8587cce04669e2","status":"passed","time":{"start":1783635011541,"stop":1783635011605,"duration":64}},{"uid":"3381eb800ec548c6","reportUrl":"https://pezkuwichain.github.io/balances_test_result/520/#testresult/3381eb800ec548c6","status":"passed","time":{"start":1783630849591,"stop":1783630849847,"duration":256}},{"uid":"990f5b331044f8dc","reportUrl":"https://pezkuwichain.github.io/balances_test_result/519/#testresult/990f5b331044f8dc","status":"passed","time":{"start":1783627268614,"stop":1783627268926,"duration":312}},{"uid":"bc75e2b86694d762","reportUrl":"https://pezkuwichain.github.io/balances_test_result/516/#testresult/bc75e2b86694d762","status":"passed","time":{"start":1783621249283,"stop":1783621249578,"duration":295}},{"uid":"57fb3832baec634b","reportUrl":"https://pezkuwichain.github.io/balances_test_result/515/#testresult/57fb3832baec634b","status":"passed","time":{"start":1783621019337,"stop":1783621019470,"duration":133}},{"uid":"198eff025db10104","reportUrl":"https://pezkuwichain.github.io/balances_test_result/514/#testresult/198eff025db10104","status":"passed","time":{"start":1783618469115,"stop":1783618469411,"duration":296}},{"uid":"26a419f5f0f24d97","reportUrl":"https://pezkuwichain.github.io/balances_test_result/513/#testresult/26a419f5f0f24d97","status":"passed","time":{"start":1783615511654,"stop":1783615512053,"duration":399}},{"uid":"7fef6dd5d23a5761","reportUrl":"https://pezkuwichain.github.io/balances_test_result/512/#testresult/7fef6dd5d23a5761","status":"passed","time":{"start":1783611879632,"stop":1783611879742,"duration":110}},{"uid":"740812547cf187dc","reportUrl":"https://pezkuwichain.github.io/balances_test_result/510/#testresult/740812547cf187dc","status":"passed","time":{"start":1783596635376,"stop":1783596635516,"duration":140}},{"uid":"6ce01de04714196","reportUrl":"https://pezkuwichain.github.io/balances_test_result/509/#testresult/6ce01de04714196","status":"passed","time":{"start":1783565995411,"stop":1783565995734,"duration":323}}]},"tags":[]},"source":"70db8a81764ff613.json","parameterValues":[]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"uid":"71d787e6c9885bb0","name":"testBalancesLoading[GIANT]","fullName":"io.novafoundation.nova.balances.BalancesIntegrationTest.testBalancesLoading[GIANT]","historyId":"2e27ff75ed098bd99aa566987697011c","time":{"start":1783644931488,"stop":1783644931677,"duration":189},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"io.novafoundation.nova.balances"},{"name":"testClass","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"testMethod","value":"testBalancesLoading[GIANT]"},{"name":"suite","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"host","value":"localhost"},{"name":"thread","value":"Instr: io.qameta.allure.android.runners.AllureAndroidJUnitRunner(251)"},{"name":"framework","value":"junit4"},{"name":"language","value":"kotlin"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"40a339b493de0283","reportUrl":"https://pezkuwichain.github.io/balances_test_result/522/#testresult/40a339b493de0283","status":"passed","time":{"start":1783639820192,"stop":1783639820888,"duration":696}},{"uid":"fb6492da77f8a8f3","reportUrl":"https://pezkuwichain.github.io/balances_test_result/521/#testresult/fb6492da77f8a8f3","status":"passed","time":{"start":1783634958165,"stop":1783634958308,"duration":143}},{"uid":"cff850296437bd1","reportUrl":"https://pezkuwichain.github.io/balances_test_result/520/#testresult/cff850296437bd1","status":"passed","time":{"start":1783630783095,"stop":1783630783549,"duration":454}},{"uid":"9949da76df3f88a9","reportUrl":"https://pezkuwichain.github.io/balances_test_result/519/#testresult/9949da76df3f88a9","status":"passed","time":{"start":1783627207222,"stop":1783627207742,"duration":520}},{"uid":"7d94ed2068c79a03","reportUrl":"https://pezkuwichain.github.io/balances_test_result/516/#testresult/7d94ed2068c79a03","status":"passed","time":{"start":1783621221222,"stop":1783621221787,"duration":565}},{"uid":"c5ad53fe51695126","reportUrl":"https://pezkuwichain.github.io/balances_test_result/515/#testresult/c5ad53fe51695126","status":"passed","time":{"start":1783620962737,"stop":1783620963032,"duration":295}},{"uid":"8199653116094b95","reportUrl":"https://pezkuwichain.github.io/balances_test_result/514/#testresult/8199653116094b95","status":"passed","time":{"start":1783618408707,"stop":1783618409315,"duration":608}},{"uid":"86ff5f3d5f012b8b","reportUrl":"https://pezkuwichain.github.io/balances_test_result/513/#testresult/86ff5f3d5f012b8b","status":"passed","time":{"start":1783615449551,"stop":1783615450301,"duration":750}},{"uid":"cd3b1619c6a98abc","reportUrl":"https://pezkuwichain.github.io/balances_test_result/512/#testresult/cd3b1619c6a98abc","status":"passed","time":{"start":1783611808074,"stop":1783611808275,"duration":201}},{"uid":"415f5699afd65273","reportUrl":"https://pezkuwichain.github.io/balances_test_result/510/#testresult/415f5699afd65273","status":"passed","time":{"start":1783596573598,"stop":1783596573834,"duration":236}},{"uid":"bec3099c7a773c61","reportUrl":"https://pezkuwichain.github.io/balances_test_result/509/#testresult/bec3099c7a773c61","status":"passed","time":{"start":1783565969712,"stop":1783565970326,"duration":614}}]},"tags":[]},"source":"71d787e6c9885bb0.json","parameterValues":[]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"uid":"7232a11b9dc1bf66","name":"testBalancesLoading[Shiden]","fullName":"io.novafoundation.nova.balances.BalancesIntegrationTest.testBalancesLoading[Shiden]","historyId":"9109dd2b633a519ca00aede7a5c8707d","time":{"start":1783644859753,"stop":1783644868415,"duration":8662},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"io.novafoundation.nova.balances"},{"name":"testClass","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"testMethod","value":"testBalancesLoading[Shiden]"},{"name":"suite","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"host","value":"localhost"},{"name":"thread","value":"Instr: io.qameta.allure.android.runners.AllureAndroidJUnitRunner(251)"},{"name":"framework","value":"junit4"},{"name":"language","value":"kotlin"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6418209bc6d9fb08","reportUrl":"https://pezkuwichain.github.io/balances_test_result/522/#testresult/6418209bc6d9fb08","status":"passed","time":{"start":1783639727779,"stop":1783639735689,"duration":7910}},{"uid":"d47f2db1e91dff9f","reportUrl":"https://pezkuwichain.github.io/balances_test_result/521/#testresult/d47f2db1e91dff9f","status":"passed","time":{"start":1783634878695,"stop":1783634885590,"duration":6895}},{"uid":"529f1d487da55c20","reportUrl":"https://pezkuwichain.github.io/balances_test_result/520/#testresult/529f1d487da55c20","status":"passed","time":{"start":1783630702739,"stop":1783630711318,"duration":8579}},{"uid":"c769fd0fa51041d9","reportUrl":"https://pezkuwichain.github.io/balances_test_result/519/#testresult/c769fd0fa51041d9","status":"passed","time":{"start":1783627127448,"stop":1783627132812,"duration":5364}},{"uid":"44cbd66a1effcad4","reportUrl":"https://pezkuwichain.github.io/balances_test_result/516/#testresult/44cbd66a1effcad4","status":"passed","time":{"start":1783621028283,"stop":1783621033667,"duration":5384}},{"uid":"82eef1eb1bfa47da","reportUrl":"https://pezkuwichain.github.io/balances_test_result/515/#testresult/82eef1eb1bfa47da","status":"passed","time":{"start":1783620885277,"stop":1783620893937,"duration":8660}},{"uid":"dbb7cca2028de84","reportUrl":"https://pezkuwichain.github.io/balances_test_result/514/#testresult/dbb7cca2028de84","status":"passed","time":{"start":1783618327690,"stop":1783618332095,"duration":4405}},{"uid":"1d4fdd897fa4e0c9","reportUrl":"https://pezkuwichain.github.io/balances_test_result/513/#testresult/1d4fdd897fa4e0c9","status":"passed","time":{"start":1783615365846,"stop":1783615372972,"duration":7126}},{"uid":"7fe66f261553453f","reportUrl":"https://pezkuwichain.github.io/balances_test_result/512/#testresult/7fe66f261553453f","status":"passed","time":{"start":1783611740026,"stop":1783611746686,"duration":6660}},{"uid":"9e03b974892e8360","reportUrl":"https://pezkuwichain.github.io/balances_test_result/510/#testresult/9e03b974892e8360","status":"passed","time":{"start":1783596502846,"stop":1783596510165,"duration":7319}},{"uid":"e5769881b55f3efe","reportUrl":"https://pezkuwichain.github.io/balances_test_result/509/#testresult/e5769881b55f3efe","status":"passed","time":{"start":1783565775270,"stop":1783565781161,"duration":5891}}]},"tags":[]},"source":"7232a11b9dc1bf66.json","parameterValues":[]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"uid":"72c67deebb7c0756","name":"testBalancesLoading[Polkadot People]","fullName":"io.novafoundation.nova.balances.BalancesIntegrationTest.testBalancesLoading[Polkadot People]","historyId":"1f4c4c2c8c4bde32dcb5ca09a5a162d7","time":{"start":1783644996910,"stop":1783644997879,"duration":969},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"io.novafoundation.nova.balances"},{"name":"testClass","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"testMethod","value":"testBalancesLoading[Polkadot People]"},{"name":"suite","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"host","value":"localhost"},{"name":"thread","value":"Instr: io.qameta.allure.android.runners.AllureAndroidJUnitRunner(251)"},{"name":"framework","value":"junit4"},{"name":"language","value":"kotlin"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"88b07e80a584f129","reportUrl":"https://pezkuwichain.github.io/balances_test_result/522/#testresult/88b07e80a584f129","status":"passed","time":{"start":1783639881078,"stop":1783639882562,"duration":1484}},{"uid":"d559e1cf2e5eef2e","reportUrl":"https://pezkuwichain.github.io/balances_test_result/521/#testresult/d559e1cf2e5eef2e","status":"passed","time":{"start":1783635015656,"stop":1783635017082,"duration":1426}},{"uid":"211167bee3303fa7","reportUrl":"https://pezkuwichain.github.io/balances_test_result/520/#testresult/211167bee3303fa7","status":"passed","time":{"start":1783630853547,"stop":1783630855060,"duration":1513}},{"uid":"648c997dfd769927","reportUrl":"https://pezkuwichain.github.io/balances_test_result/519/#testresult/648c997dfd769927","status":"passed","time":{"start":1783627272547,"stop":1783627274050,"duration":1503}},{"uid":"bf13fd6050beeae2","reportUrl":"https://pezkuwichain.github.io/balances_test_result/516/#testresult/bf13fd6050beeae2","status":"passed","time":{"start":1783621253255,"stop":1783621254879,"duration":1624}},{"uid":"203a2f84c53f2c","reportUrl":"https://pezkuwichain.github.io/balances_test_result/515/#testresult/203a2f84c53f2c","status":"passed","time":{"start":1783621023851,"stop":1783621025097,"duration":1246}},{"uid":"2c279ea387ac39e3","reportUrl":"https://pezkuwichain.github.io/balances_test_result/514/#testresult/2c279ea387ac39e3","status":"passed","time":{"start":1783618472811,"stop":1783618474396,"duration":1585}},{"uid":"b408bf74ba5d17f7","reportUrl":"https://pezkuwichain.github.io/balances_test_result/513/#testresult/b408bf74ba5d17f7","status":"passed","time":{"start":1783615517305,"stop":1783615518908,"duration":1603}},{"uid":"b42402a0fbcb0e4c","reportUrl":"https://pezkuwichain.github.io/balances_test_result/512/#testresult/b42402a0fbcb0e4c","status":"passed","time":{"start":1783611883846,"stop":1783611885387,"duration":1541}},{"uid":"544648ef9101cf20","reportUrl":"https://pezkuwichain.github.io/balances_test_result/510/#testresult/544648ef9101cf20","status":"passed","time":{"start":1783596639153,"stop":1783596640084,"duration":931}},{"uid":"9db6bd8a7063f3af","reportUrl":"https://pezkuwichain.github.io/balances_test_result/509/#testresult/9db6bd8a7063f3af","status":"passed","time":{"start":1783565999409,"stop":1783566001197,"duration":1788}}]},"tags":[]},"source":"72c67deebb7c0756.json","parameterValues":[]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"uid":"772ddcdce948fc74","name":"testBalancesLoading[Bittensor]","fullName":"io.novafoundation.nova.balances.BalancesIntegrationTest.testBalancesLoading[Bittensor]","historyId":"27dad9c0cd31f4e66e36df088cc936fe","time":{"start":1783644992537,"stop":1783644992808,"duration":271},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"io.novafoundation.nova.balances"},{"name":"testClass","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"testMethod","value":"testBalancesLoading[Bittensor]"},{"name":"suite","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"host","value":"localhost"},{"name":"thread","value":"Instr: io.qameta.allure.android.runners.AllureAndroidJUnitRunner(251)"},{"name":"framework","value":"junit4"},{"name":"language","value":"kotlin"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"409801fa911b0fbc","reportUrl":"https://pezkuwichain.github.io/balances_test_result/522/#testresult/409801fa911b0fbc","status":"passed","time":{"start":1783639874969,"stop":1783639875865,"duration":896}},{"uid":"34e7f7fbe14836d0","reportUrl":"https://pezkuwichain.github.io/balances_test_result/521/#testresult/34e7f7fbe14836d0","status":"passed","time":{"start":1783635010712,"stop":1783635011118,"duration":406}},{"uid":"7b656faccfaf69c7","reportUrl":"https://pezkuwichain.github.io/balances_test_result/520/#testresult/7b656faccfaf69c7","status":"passed","time":{"start":1783630848216,"stop":1783630848746,"duration":530}},{"uid":"968710fcd6154dc3","reportUrl":"https://pezkuwichain.github.io/balances_test_result/519/#testresult/968710fcd6154dc3","status":"passed","time":{"start":1783627266151,"stop":1783627267081,"duration":930}},{"uid":"9c8394b334fe865e","reportUrl":"https://pezkuwichain.github.io/balances_test_result/516/#testresult/9c8394b334fe865e","status":"passed","time":{"start":1783621247114,"stop":1783621247869,"duration":755}},{"uid":"abc24b761585483e","reportUrl":"https://pezkuwichain.github.io/balances_test_result/515/#testresult/abc24b761585483e","status":"passed","time":{"start":1783621018224,"stop":1783621018708,"duration":484}},{"uid":"276d414b45058585","reportUrl":"https://pezkuwichain.github.io/balances_test_result/514/#testresult/276d414b45058585","status":"passed","time":{"start":1783618466819,"stop":1783618467804,"duration":985}},{"uid":"bf83cacf19b6b7aa","reportUrl":"https://pezkuwichain.github.io/balances_test_result/513/#testresult/bf83cacf19b6b7aa","status":"passed","time":{"start":1783615509213,"stop":1783615510184,"duration":971}},{"uid":"753f029c7cb0dcf4","reportUrl":"https://pezkuwichain.github.io/balances_test_result/512/#testresult/753f029c7cb0dcf4","status":"passed","time":{"start":1783611878808,"stop":1783611879206,"duration":398}},{"uid":"cc0ed87eb090f045","reportUrl":"https://pezkuwichain.github.io/balances_test_result/510/#testresult/cc0ed87eb090f045","status":"passed","time":{"start":1783596634633,"stop":1783596634920,"duration":287}},{"uid":"52c8c5a9c1acea43","reportUrl":"https://pezkuwichain.github.io/balances_test_result/509/#testresult/52c8c5a9c1acea43","status":"passed","time":{"start":1783565993069,"stop":1783565993911,"duration":842}}]},"tags":[]},"source":"772ddcdce948fc74.json","parameterValues":[]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"uid":"79478b5ca2503750","name":"testFeeLoading[Pezkuwi Asset Hub]","fullName":"io.novafoundation.nova.balances.BalancesIntegrationTest.testFeeLoading[Pezkuwi Asset Hub]","historyId":"866f6cc39b49598470c5527f41205ac3","time":{"start":1783645014360,"stop":1783645015576,"duration":1216},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"io.novafoundation.nova.balances"},{"name":"testClass","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"testMethod","value":"testFeeLoading[Pezkuwi Asset Hub]"},{"name":"suite","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"host","value":"localhost"},{"name":"thread","value":"Instr: io.qameta.allure.android.runners.AllureAndroidJUnitRunner(251)"},{"name":"framework","value":"junit4"},{"name":"language","value":"kotlin"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"c68a4189195616e4","reportUrl":"https://pezkuwichain.github.io/balances_test_result/522/#testresult/c68a4189195616e4","status":"passed","time":{"start":1783639903512,"stop":1783639904975,"duration":1463}},{"uid":"7b09441799ff6fa7","reportUrl":"https://pezkuwichain.github.io/balances_test_result/521/#testresult/7b09441799ff6fa7","status":"passed","time":{"start":1783635033409,"stop":1783635034711,"duration":1302}},{"uid":"47af062a127b1841","reportUrl":"https://pezkuwichain.github.io/balances_test_result/520/#testresult/47af062a127b1841","status":"passed","time":{"start":1783630873979,"stop":1783630875461,"duration":1482}},{"uid":"1116d03e84546bba","reportUrl":"https://pezkuwichain.github.io/balances_test_result/519/#testresult/1116d03e84546bba","status":"passed","time":{"start":1783627296101,"stop":1783627297716,"duration":1615}},{"uid":"7b0e7432f4750468","reportUrl":"https://pezkuwichain.github.io/balances_test_result/516/#testresult/7b0e7432f4750468","status":"passed","time":{"start":1783621275515,"stop":1783621277868,"duration":2353}},{"uid":"f58269f93cf5ef1f","reportUrl":"https://pezkuwichain.github.io/balances_test_result/515/#testresult/f58269f93cf5ef1f","status":"passed","time":{"start":1783621043613,"stop":1783621045161,"duration":1548}},{"uid":"609c61799b5e8a4d","reportUrl":"https://pezkuwichain.github.io/balances_test_result/514/#testresult/609c61799b5e8a4d","status":"passed","time":{"start":1783618494976,"stop":1783618496603,"duration":1627}},{"uid":"740277e061cd74df","reportUrl":"https://pezkuwichain.github.io/balances_test_result/513/#testresult/740277e061cd74df","status":"passed","time":{"start":1783615547686,"stop":1783615549493,"duration":1807}},{"uid":"ac9ba0e5467cea50","reportUrl":"https://pezkuwichain.github.io/balances_test_result/512/#testresult/ac9ba0e5467cea50","status":"passed","time":{"start":1783611901326,"stop":1783611902547,"duration":1221}}]},"tags":[]},"source":"79478b5ca2503750.json","parameterValues":[]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"uid":"79ecf427576e1214","name":"testFeeLoading[Cere]","fullName":"io.novafoundation.nova.balances.BalancesIntegrationTest.testFeeLoading[Cere]","historyId":"11f5627c3cb52703f0602283ee82a08f","time":{"start":1783644992113,"stop":1783644992533,"duration":420},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"io.novafoundation.nova.balances"},{"name":"testClass","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"testMethod","value":"testFeeLoading[Cere]"},{"name":"suite","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"host","value":"localhost"},{"name":"thread","value":"Instr: io.qameta.allure.android.runners.AllureAndroidJUnitRunner(251)"},{"name":"framework","value":"junit4"},{"name":"language","value":"kotlin"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"397a45367d3424a8","reportUrl":"https://pezkuwichain.github.io/balances_test_result/522/#testresult/397a45367d3424a8","status":"passed","time":{"start":1783639874209,"stop":1783639874966,"duration":757}},{"uid":"719d2b408b3e0be1","reportUrl":"https://pezkuwichain.github.io/balances_test_result/521/#testresult/719d2b408b3e0be1","status":"passed","time":{"start":1783635010275,"stop":1783635010707,"duration":432}},{"uid":"2b675118a7b9c1c8","reportUrl":"https://pezkuwichain.github.io/balances_test_result/520/#testresult/2b675118a7b9c1c8","status":"passed","time":{"start":1783630847616,"stop":1783630848211,"duration":595}},{"uid":"63ddd53e6796eca3","reportUrl":"https://pezkuwichain.github.io/balances_test_result/519/#testresult/63ddd53e6796eca3","status":"passed","time":{"start":1783627265451,"stop":1783627266148,"duration":697}},{"uid":"c62ba98d2b84e4f8","reportUrl":"https://pezkuwichain.github.io/balances_test_result/516/#testresult/c62ba98d2b84e4f8","status":"passed","time":{"start":1783621246407,"stop":1783621247111,"duration":704}},{"uid":"ebaaf125a88f7576","reportUrl":"https://pezkuwichain.github.io/balances_test_result/515/#testresult/ebaaf125a88f7576","status":"passed","time":{"start":1783621017695,"stop":1783621018221,"duration":526}},{"uid":"b916f298ea32daaf","reportUrl":"https://pezkuwichain.github.io/balances_test_result/514/#testresult/b916f298ea32daaf","status":"passed","time":{"start":1783618466102,"stop":1783618466816,"duration":714}},{"uid":"54d70c94b17c824d","reportUrl":"https://pezkuwichain.github.io/balances_test_result/513/#testresult/54d70c94b17c824d","status":"passed","time":{"start":1783615508473,"stop":1783615509209,"duration":736}},{"uid":"91f9d6eb3a010e35","reportUrl":"https://pezkuwichain.github.io/balances_test_result/512/#testresult/91f9d6eb3a010e35","status":"passed","time":{"start":1783611878380,"stop":1783611878805,"duration":425}},{"uid":"e77e9324858a1061","reportUrl":"https://pezkuwichain.github.io/balances_test_result/510/#testresult/e77e9324858a1061","status":"passed","time":{"start":1783596634204,"stop":1783596634628,"duration":424}},{"uid":"15edea9fcf5badda","reportUrl":"https://pezkuwichain.github.io/balances_test_result/509/#testresult/15edea9fcf5badda","status":"passed","time":{"start":1783565992351,"stop":1783565993065,"duration":714}}]},"tags":[]},"source":"79ecf427576e1214.json","parameterValues":[]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"uid":"827f14d8c88c9216","name":"testBalancesLoading[XX network]","fullName":"io.novafoundation.nova.balances.BalancesIntegrationTest.testBalancesLoading[XX network]","historyId":"1062ea453f2ae7c326e24fff8c2b4eb7","time":{"start":1783644918617,"stop":1783644921565,"duration":2948},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"io.novafoundation.nova.balances"},{"name":"testClass","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"testMethod","value":"testBalancesLoading[XX network]"},{"name":"suite","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"host","value":"localhost"},{"name":"thread","value":"Instr: io.qameta.allure.android.runners.AllureAndroidJUnitRunner(251)"},{"name":"framework","value":"junit4"},{"name":"language","value":"kotlin"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4c8867d27dcaa950","reportUrl":"https://pezkuwichain.github.io/balances_test_result/522/#testresult/4c8867d27dcaa950","status":"passed","time":{"start":1783639802015,"stop":1783639804662,"duration":2647}},{"uid":"22bc892caaa72324","reportUrl":"https://pezkuwichain.github.io/balances_test_result/521/#testresult/22bc892caaa72324","status":"passed","time":{"start":1783634948536,"stop":1783634949933,"duration":1397}},{"uid":"f85e11c8735f0f85","reportUrl":"https://pezkuwichain.github.io/balances_test_result/520/#testresult/f85e11c8735f0f85","status":"passed","time":{"start":1783630768559,"stop":1783630771421,"duration":2862}},{"uid":"2f763cd92b3d231","reportUrl":"https://pezkuwichain.github.io/balances_test_result/519/#testresult/2f763cd92b3d231","status":"passed","time":{"start":1783627192269,"stop":1783627194136,"duration":1867}},{"uid":"6388b9ff0b94c7c2","reportUrl":"https://pezkuwichain.github.io/balances_test_result/516/#testresult/6388b9ff0b94c7c2","status":"passed","time":{"start":1783621087767,"stop":1783621093614,"duration":5847}},{"uid":"214e42a0a4f0d9f1","reportUrl":"https://pezkuwichain.github.io/balances_test_result/515/#testresult/214e42a0a4f0d9f1","status":"passed","time":{"start":1783620949156,"stop":1783620951924,"duration":2768}},{"uid":"4df2a749519de8bc","reportUrl":"https://pezkuwichain.github.io/balances_test_result/514/#testresult/4df2a749519de8bc","status":"passed","time":{"start":1783618393825,"stop":1783618395666,"duration":1841}},{"uid":"a47d2f8db53f14a7","reportUrl":"https://pezkuwichain.github.io/balances_test_result/513/#testresult/a47d2f8db53f14a7","status":"passed","time":{"start":1783615434130,"stop":1783615435938,"duration":1808}},{"uid":"b55ae02d7be0d65c","reportUrl":"https://pezkuwichain.github.io/balances_test_result/512/#testresult/b55ae02d7be0d65c","status":"passed","time":{"start":1783611799088,"stop":1783611800308,"duration":1220}},{"uid":"b38a35e648646906","reportUrl":"https://pezkuwichain.github.io/balances_test_result/510/#testresult/b38a35e648646906","status":"passed","time":{"start":1783596560605,"stop":1783596563509,"duration":2904}},{"uid":"3de8d52ef4d293e1","reportUrl":"https://pezkuwichain.github.io/balances_test_result/509/#testresult/3de8d52ef4d293e1","status":"passed","time":{"start":1783565836113,"stop":1783565838084,"duration":1971}}]},"tags":[]},"source":"827f14d8c88c9216.json","parameterValues":[]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"uid":"82fc7024730aa46d","name":"testFeeLoading[Moonbeam]","fullName":"io.novafoundation.nova.balances.BalancesIntegrationTest.testFeeLoading[Moonbeam]","historyId":"d43da488b8b1cca7f46ca7ad11dd5895","time":{"start":1783644876341,"stop":1783644876506,"duration":165},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"io.novafoundation.nova.balances"},{"name":"testClass","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"testMethod","value":"testFeeLoading[Moonbeam]"},{"name":"suite","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"host","value":"localhost"},{"name":"thread","value":"Instr: io.qameta.allure.android.runners.AllureAndroidJUnitRunner(251)"},{"name":"framework","value":"junit4"},{"name":"language","value":"kotlin"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"8e60dedd5ff11498","reportUrl":"https://pezkuwichain.github.io/balances_test_result/522/#testresult/8e60dedd5ff11498","status":"passed","time":{"start":1783639746215,"stop":1783639746648,"duration":433}},{"uid":"d3540b2e46895f2f","reportUrl":"https://pezkuwichain.github.io/balances_test_result/521/#testresult/d3540b2e46895f2f","status":"passed","time":{"start":1783634891849,"stop":1783634892055,"duration":206}},{"uid":"b980441eee95ad1d","reportUrl":"https://pezkuwichain.github.io/balances_test_result/520/#testresult/b980441eee95ad1d","status":"passed","time":{"start":1783630721351,"stop":1783630721743,"duration":392}},{"uid":"52aabecce4c664b6","reportUrl":"https://pezkuwichain.github.io/balances_test_result/519/#testresult/52aabecce4c664b6","status":"passed","time":{"start":1783627142917,"stop":1783627143368,"duration":451}},{"uid":"66c1d8f5559807af","reportUrl":"https://pezkuwichain.github.io/balances_test_result/516/#testresult/66c1d8f5559807af","status":"passed","time":{"start":1783621044766,"stop":1783621045226,"duration":460}},{"uid":"8951e8873f92643","reportUrl":"https://pezkuwichain.github.io/balances_test_result/515/#testresult/8951e8873f92643","status":"passed","time":{"start":1783620901333,"stop":1783620901556,"duration":223}},{"uid":"c6898e17a7ef6dc4","reportUrl":"https://pezkuwichain.github.io/balances_test_result/514/#testresult/c6898e17a7ef6dc4","status":"passed","time":{"start":1783618341853,"stop":1783618342312,"duration":459}},{"uid":"8dc5c6d0f4487276","reportUrl":"https://pezkuwichain.github.io/balances_test_result/513/#testresult/8dc5c6d0f4487276","status":"passed","time":{"start":1783615382750,"stop":1783615383193,"duration":443}},{"uid":"7b26d5c8765a88ba","reportUrl":"https://pezkuwichain.github.io/balances_test_result/512/#testresult/7b26d5c8765a88ba","status":"passed","time":{"start":1783611754174,"stop":1783611754392,"duration":218}},{"uid":"8a7e3f3d84a8db21","reportUrl":"https://pezkuwichain.github.io/balances_test_result/510/#testresult/8a7e3f3d84a8db21","status":"passed","time":{"start":1783596515791,"stop":1783596515949,"duration":158}},{"uid":"63fcb3c508e2d0ec","reportUrl":"https://pezkuwichain.github.io/balances_test_result/509/#testresult/63fcb3c508e2d0ec","status":"passed","time":{"start":1783565791585,"stop":1783565792070,"duration":485}}]},"tags":[]},"source":"82fc7024730aa46d.json","parameterValues":[]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"uid":"8326e1de87be9f0a","name":"testFeeLoading[Acala]","fullName":"io.novafoundation.nova.balances.BalancesIntegrationTest.testFeeLoading[Acala]","historyId":"2b7475384bf8dc8481d8bb2b12d738d7","time":{"start":1783644881988,"stop":1783644882426,"duration":438},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"io.novafoundation.nova.balances"},{"name":"testClass","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"testMethod","value":"testFeeLoading[Acala]"},{"name":"suite","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"host","value":"localhost"},{"name":"thread","value":"Instr: io.qameta.allure.android.runners.AllureAndroidJUnitRunner(251)"},{"name":"framework","value":"junit4"},{"name":"language","value":"kotlin"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"fe9787e8a334a884","reportUrl":"https://pezkuwichain.github.io/balances_test_result/522/#testresult/fe9787e8a334a884","status":"passed","time":{"start":1783639752584,"stop":1783639753313,"duration":729}},{"uid":"ffdfb234294f8765","reportUrl":"https://pezkuwichain.github.io/balances_test_result/521/#testresult/ffdfb234294f8765","status":"passed","time":{"start":1783634897626,"stop":1783634898079,"duration":453}},{"uid":"dfb8278cc8d33ffb","reportUrl":"https://pezkuwichain.github.io/balances_test_result/520/#testresult/dfb8278cc8d33ffb","status":"passed","time":{"start":1783630727701,"stop":1783630728266,"duration":565}},{"uid":"df2d39d14c74c88e","reportUrl":"https://pezkuwichain.github.io/balances_test_result/519/#testresult/df2d39d14c74c88e","status":"passed","time":{"start":1783627149313,"stop":1783627149990,"duration":677}},{"uid":"1337d44062cca41c","reportUrl":"https://pezkuwichain.github.io/balances_test_result/516/#testresult/1337d44062cca41c","status":"passed","time":{"start":1783621050692,"stop":1783621051248,"duration":556}},{"uid":"ff3f9754d71f3b1c","reportUrl":"https://pezkuwichain.github.io/balances_test_result/515/#testresult/ff3f9754d71f3b1c","status":"passed","time":{"start":1783620907156,"stop":1783620907660,"duration":504}},{"uid":"6462e3272698eb9b","reportUrl":"https://pezkuwichain.github.io/balances_test_result/514/#testresult/6462e3272698eb9b","status":"passed","time":{"start":1783618348531,"stop":1783618349226,"duration":695}},{"uid":"5bbea0c4fbd724ca","reportUrl":"https://pezkuwichain.github.io/balances_test_result/513/#testresult/5bbea0c4fbd724ca","status":"passed","time":{"start":1783615389110,"stop":1783615389842,"duration":732}},{"uid":"817cc072d7d9152a","reportUrl":"https://pezkuwichain.github.io/balances_test_result/512/#testresult/817cc072d7d9152a","status":"passed","time":{"start":1783611759612,"stop":1783611760061,"duration":449}},{"uid":"a197e91cb438d208","reportUrl":"https://pezkuwichain.github.io/balances_test_result/510/#testresult/a197e91cb438d208","status":"passed","time":{"start":1783596521196,"stop":1783596521638,"duration":442}},{"uid":"23b434cf39cddd70","reportUrl":"https://pezkuwichain.github.io/balances_test_result/509/#testresult/23b434cf39cddd70","status":"passed","time":{"start":1783565798447,"stop":1783565799037,"duration":590}}]},"tags":[]},"source":"8326e1de87be9f0a.json","parameterValues":[]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"uid":"84c6fd9690765500","name":"testFeeLoading[Acurast Canary]","fullName":"io.novafoundation.nova.balances.BalancesIntegrationTest.testFeeLoading[Acurast Canary]","historyId":"122c574ae416ebd0e23030e2f673278d","time":{"start":1783644987949,"stop":1783644988441,"duration":492},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"io.novafoundation.nova.balances"},{"name":"testClass","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"testMethod","value":"testFeeLoading[Acurast Canary]"},{"name":"suite","value":"io.novafoundation.nova.balances.BalancesIntegrationTest"},{"name":"host","value":"localhost"},{"name":"thread","value":"Instr: io.qameta.allure.android.runners.AllureAndroidJUnitRunner(251)"},{"name":"framework","value":"junit4"},{"name":"language","value":"kotlin"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d13778d6542a9786","reportUrl":"https://pezkuwichain.github.io/balances_test_result/522/#testresult/d13778d6542a9786","status":"passed","time":{"start":1783639868163,"stop":1783639868990,"duration":827}},{"uid":"9314c9fc68200701","reportUrl":"https://pezkuwichain.github.io/balances_test_result/521/#testresult/9314c9fc68200701","status":"passed","time":{"start":1783635006185,"stop":1783635006677,"duration":492}},{"uid":"5e3090e9b4ba9072","reportUrl":"https://pezkuwichain.github.io/balances_test_result/520/#testresult/5e3090e9b4ba9072","status":"passed","time":{"start":1783630842802,"stop":1783630843454,"duration":652}},{"uid":"2e1b925712c737b9","reportUrl":"https://pezkuwichain.github.io/balances_test_result/519/#testresult/2e1b925712c737b9","status":"passed","time":{"start":1783627258945,"stop":1783627259738,"duration":793}},{"uid":"3cf0a2e3fb50e4a3","reportUrl":"https://pezkuwichain.github.io/balances_test_result/516/#testresult/3cf0a2e3fb50e4a3","status":"passed","time":{"start":1783621239571,"stop":1783621240372,"duration":801}},{"uid":"30b5baa2b30246a6","reportUrl":"https://pezkuwichain.github.io/balances_test_result/515/#testresult/30b5baa2b30246a6","status":"passed","time":{"start":1783621013144,"stop":1783621013726,"duration":582}},{"uid":"6017a5632d7bdc24","reportUrl":"https://pezkuwichain.github.io/balances_test_result/514/#testresult/6017a5632d7bdc24","status":"passed","time":{"start":1783618459409,"stop":1783618460209,"duration":800}},{"uid":"34536d239b97a3c0","reportUrl":"https://pezkuwichain.github.io/balances_test_result/513/#testresult/34536d239b97a3c0","status":"passed","time":{"start":1783615497547,"stop":1783615498331,"duration":784}},{"uid":"c7653624ace42398","reportUrl":"https://pezkuwichain.github.io/balances_test_result/512/#testresult/c7653624ace42398","status":"passed","time":{"start":1783611874180,"stop":1783611874668,"duration":488}},{"uid":"af97db6e42ff9e65","reportUrl":"https://pezkuwichain.github.io/balances_test_result/510/#testresult/af97db6e42ff9e65","status":"passed","time":{"start":1783596630096,"stop":1783596630583,"duration":487}},{"uid":"f350f7d8b605790b","reportUrl":"https://pezkuwichain.github.io/balances_test_result/509/#testresult/f350f7d8b605790b","status":"passed","time":{"start":1783565986383,"stop":1783565987164,"duration":781}}]},"tags":[]},"source":"84c6fd9690765500.json","parameterValues":[]}
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user