mirror of
https://github.com/logos-messaging/logos-messaging-allure-js.git
synced 2026-01-20 00:43:14 +00:00
deploy: waku-org/js-waku@3113cf4a8a
This commit is contained in:
parent
ebc70d3da6
commit
8ff71a970a
40
7312/app.js
40
7312/app.js
File diff suppressed because one or more lines are too long
@ -1 +0,0 @@
|
||||
{"uid":"b1a8273437954620fa374b796ffaacdd","children":[],"name":"behaviors"}
|
||||
@ -1 +0,0 @@
|
||||
{"uid":"4b4757e66a1912dae1a509f688f20b0f","children":[],"name":"categories"}
|
||||
@ -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,11 +0,0 @@
|
||||
launch_status failed=0 1724342738000000000
|
||||
launch_status broken=0 1724342738000000000
|
||||
launch_status passed=0 1724342738000000000
|
||||
launch_status skipped=0 1724342738000000000
|
||||
launch_status unknown=0 1724342738000000000
|
||||
launch_time duration=0 1724342738000000000
|
||||
launch_time min_duration=0 1724342738000000000
|
||||
launch_time max_duration=0 1724342738000000000
|
||||
launch_time sum_duration=0 1724342738000000000
|
||||
launch_retries retries=0 1724342738000000000
|
||||
launch_retries run=0 1724342738000000000
|
||||
@ -1,10 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Allure Report summary mail</title>
|
||||
</head>
|
||||
<body>
|
||||
Mail body
|
||||
</body>
|
||||
</html>
|
||||
@ -1,11 +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_retries_retries 0
|
||||
launch_retries_run 0
|
||||
BIN
7312/favicon.ico
BIN
7312/favicon.ico
Binary file not shown.
|
Before Width: | Height: | Size: 15 KiB |
@ -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': 'dev',
|
||||
'reportUuid': '32b3c7ab-ca7d-4be0-a899-69d59f4e7687',
|
||||
'single_file': false
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
@ -1,206 +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('az', {
|
||||
tab: {
|
||||
behaviors: {
|
||||
name: 'Davranışlar'
|
||||
}
|
||||
},
|
||||
widget: {
|
||||
behaviors: {
|
||||
name: 'Hekayələr üzrə xüsusiyyətlər',
|
||||
showAll: 'hamısını göstər'
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
allure.api.addTab('behaviors', {
|
||||
title: 'tab.behaviors.name', icon: 'fa fa-list',
|
||||
route: 'behaviors(/)(:testGroup)(/)(:testResult)(/)(:testResultTab)(/)',
|
||||
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,120 +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('az', {
|
||||
tab: {
|
||||
packages: {
|
||||
name: 'Paketlər'
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
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 @@
|
||||
{"total":0,"items":[]}
|
||||
@ -1 +0,0 @@
|
||||
[{"data":{}}]
|
||||
@ -1 +0,0 @@
|
||||
[]
|
||||
@ -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 @@
|
||||
[]
|
||||
@ -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":{}}
|
||||
@ -1,2 +1,2 @@
|
||||
"Epic","Feature","Story","FAILED","BROKEN","PASSED","SKIPPED","UNKNOWN"
|
||||
"","","","0","1","831","21","0"
|
||||
"","","","0","2","830","21","0"
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
@ -1,2 +1,2 @@
|
||||
"Category","FAILED","BROKEN","PASSED","SKIPPED","UNKNOWN"
|
||||
"Test defects","0","1","0","0","0"
|
||||
"Test defects","0","2","0","0","0"
|
||||
|
||||
|
@ -1 +1 @@
|
||||
{"uid":"4b4757e66a1912dae1a509f688f20b0f","children":[{"name":"Test defects","children":[{"name":"expected 'MinimallyHealthy' to equal 'Unhealthy'","children":[{"name":"LightPush: 3 peers, Filter: 0 peers - Expected: Unhealthy","uid":"977def43d5581f7a","parentUid":"068fe67a30be0b9628fc3699af6717b9","status":"broken","time":{"start":1724413295496,"stop":1724413295515,"duration":19},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"068fe67a30be0b9628fc3699af6717b9"}],"uid":"bdbf199525818fae7a8651db9eafe741"}],"name":"categories"}
|
||||
{"uid":"4b4757e66a1912dae1a509f688f20b0f","children":[{"name":"Test defects","children":[{"name":"expected 1 to equal 2","children":[{"name":"Renews peer on consistent missed messages","uid":"48ee1bfc848cbb70","parentUid":"8d5169114247ad7aeffc765b68d149be","status":"broken","time":{"start":1724756777664,"stop":1724756777665,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"8d5169114247ad7aeffc765b68d149be"},{"name":"expected false to equal true","children":[{"name":"Unsubscribes all - node subscribed to 10 topics","uid":"97c897eaf3853ccc","parentUid":"32baf88b1330b74e17020719d7b92569","status":"broken","time":{"start":1724756952346,"stop":1724756952347,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"32baf88b1330b74e17020719d7b92569"}],"uid":"bdbf199525818fae7a8651db9eafe741"}],"name":"categories"}
|
||||
File diff suppressed because one or more lines are too long
1706
7328/data/suites.csv
1706
7328/data/suites.csv
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
1
7328/data/test-cases/103c8ec5da87a667.json
Normal file
1
7328/data/test-cases/103c8ec5da87a667.json
Normal file
File diff suppressed because one or more lines are too long
1
7328/data/test-cases/10e9887c23ec92ed.json
Normal file
1
7328/data/test-cases/10e9887c23ec92ed.json
Normal file
File diff suppressed because one or more lines are too long
1
7328/data/test-cases/1130dee412050591.json
Normal file
1
7328/data/test-cases/1130dee412050591.json
Normal file
File diff suppressed because one or more lines are too long
1
7328/data/test-cases/113965ae18cc08a9.json
Normal file
1
7328/data/test-cases/113965ae18cc08a9.json
Normal file
File diff suppressed because one or more lines are too long
1
7328/data/test-cases/115b670df2a576e9.json
Normal file
1
7328/data/test-cases/115b670df2a576e9.json
Normal file
File diff suppressed because one or more lines are too long
1
7328/data/test-cases/11dec07935991187.json
Normal file
1
7328/data/test-cases/11dec07935991187.json
Normal file
File diff suppressed because one or more lines are too long
1
7328/data/test-cases/12ced08181c40105.json
Normal file
1
7328/data/test-cases/12ced08181c40105.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"12ced08181c40105","name":"should emit `waku:offline` event when all peers disconnect","fullName":"/tests/connection-mananger/events.spec.ts: Events > peer:disconnect > should emit `waku:offline` event when all peers disconnect","historyId":"5caf116cbe1c03cb3bed8dd8310df172:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724756585067,"stop":1724756585068,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Events"},{"name":"suite","value":"peer:disconnect"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"90df44d8106e6ba1","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/90df44d8106e6ba1","status":"passed","time":{"start":1724750941918,"stop":1724750941918,"duration":0}},{"uid":"96646e49258279ea","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/96646e49258279ea","status":"passed","time":{"start":1724750021390,"stop":1724750021391,"duration":1}},{"uid":"bbd928cfe54cebaa","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/bbd928cfe54cebaa","status":"passed","time":{"start":1724749046094,"stop":1724749046095,"duration":1}},{"uid":"53ca73641b7d495a","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/53ca73641b7d495a","status":"passed","time":{"start":1724717337592,"stop":1724717337593,"duration":1}},{"uid":"de38a68bc00eca17","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/de38a68bc00eca17","status":"passed","time":{"start":1724705862053,"stop":1724705862055,"duration":2}},{"uid":"72d05b40528b240b","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/72d05b40528b240b","status":"passed","time":{"start":1724704277596,"stop":1724704277600,"duration":4}},{"uid":"81bba9c398756bb6","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/81bba9c398756bb6","status":"passed","time":{"start":1724683642545,"stop":1724683642546,"duration":1}},{"uid":"29bd6143f84dafc3","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/29bd6143f84dafc3","status":"passed","time":{"start":1724412822362,"stop":1724412822363,"duration":1}},{"uid":"d27f934d4a23aade","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/d27f934d4a23aade","status":"passed","time":{"start":1724409497734,"stop":1724409497735,"duration":1}},{"uid":"e4b46c407a39793e","reportUrl":"https://waku-org.github.io/js-waku/7329//#testresult/e4b46c407a39793e","status":"passed","time":{"start":1724409151991,"stop":1724409151992,"duration":1}},{"uid":"27394b91291d1645","reportUrl":"https://waku-org.github.io/js-waku/7327//#testresult/27394b91291d1645","status":"passed","time":{"start":1724408980334,"stop":1724408980335,"duration":1}},{"uid":"2344a2ec8486cf19","reportUrl":"https://waku-org.github.io/js-waku/7326//#testresult/2344a2ec8486cf19","status":"passed","time":{"start":1724408024008,"stop":1724408024009,"duration":1}},{"uid":"a4c73b695c6de494","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/a4c73b695c6de494","status":"passed","time":{"start":1724409050545,"stop":1724409050546,"duration":1}}]},"tags":[]},"source":"12ced08181c40105.json","parameterValues":[]}
|
||||
1
7328/data/test-cases/12ed090973403af8.json
Normal file
1
7328/data/test-cases/12ed090973403af8.json
Normal file
File diff suppressed because one or more lines are too long
1
7328/data/test-cases/13360b451260e6ab.json
Normal file
1
7328/data/test-cases/13360b451260e6ab.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"13360b451260e6ab","name":"should correctly map /0/statusim/1/community/cbor to shard index 4","fullName":"/src/common/sharding/index.spec.ts: contentTopicToShardIndex > should correctly map /0/statusim/1/community/cbor to shard index 4","historyId":"388b5611ae217e79e2893d0f904c2b71:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724756533525,"stop":1724756533526,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"contentTopicToShardIndex"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":21,"unknown":0,"total":21},"items":[{"uid":"992383bdd7f0b9eb","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/992383bdd7f0b9eb","status":"passed","time":{"start":1724754633406,"stop":1724754633406,"duration":0}},{"uid":"d3a77fb65f490e7","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/d3a77fb65f490e7","status":"passed","time":{"start":1724752059176,"stop":1724752059176,"duration":0}},{"uid":"242b3edc456163f","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/242b3edc456163f","status":"passed","time":{"start":1724750890186,"stop":1724750890186,"duration":0}},{"uid":"bc4206d519eafa87","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/bc4206d519eafa87","status":"passed","time":{"start":1724749972268,"stop":1724749972268,"duration":0}},{"uid":"9bb656ca435e40db","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/9bb656ca435e40db","status":"passed","time":{"start":1724748996210,"stop":1724748996210,"duration":0}},{"uid":"1680ca5d5481768","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/1680ca5d5481768","status":"passed","time":{"start":1724717287093,"stop":1724717287094,"duration":1}},{"uid":"3686d82329a77f5a","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/3686d82329a77f5a","status":"passed","time":{"start":1724714520374,"stop":1724714520374,"duration":0}},{"uid":"bacae244b7fb66c6","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/bacae244b7fb66c6","status":"passed","time":{"start":1724712601865,"stop":1724712601865,"duration":0}},{"uid":"60f5191cd8c7d443","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/60f5191cd8c7d443","status":"passed","time":{"start":1724705811538,"stop":1724705811538,"duration":0}},{"uid":"85b14248df8de18b","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/85b14248df8de18b","status":"passed","time":{"start":1724704225541,"stop":1724704225542,"duration":1}},{"uid":"fa4ee4aaaae425a1","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/fa4ee4aaaae425a1","status":"passed","time":{"start":1724683592388,"stop":1724683592388,"duration":0}},{"uid":"7471ffec21000783","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/7471ffec21000783","status":"passed","time":{"start":1724672313829,"stop":1724672313829,"duration":0}},{"uid":"cea1fe13512dccbc","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/cea1fe13512dccbc","status":"passed","time":{"start":1724670065750,"stop":1724670065750,"duration":0}},{"uid":"625a404727cb3052","reportUrl":"https://waku-org.github.io/js-waku/7331//#testresult/625a404727cb3052","status":"passed","time":{"start":1724663241903,"stop":1724663241903,"duration":0}},{"uid":"e26ea179f5ef5d50","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/e26ea179f5ef5d50","status":"passed","time":{"start":1724412768669,"stop":1724412768669,"duration":0}},{"uid":"a5bec9cbadecc96b","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/a5bec9cbadecc96b","status":"passed","time":{"start":1724409447855,"stop":1724409447856,"duration":1}},{"uid":"ba925a6e9742e2d3","reportUrl":"https://waku-org.github.io/js-waku/7329//#testresult/ba925a6e9742e2d3","status":"passed","time":{"start":1724409100165,"stop":1724409100165,"duration":0}},{"uid":"13c0171c6ee8afda","reportUrl":"https://waku-org.github.io/js-waku/7327//#testresult/13c0171c6ee8afda","status":"passed","time":{"start":1724408927469,"stop":1724408927469,"duration":0}},{"uid":"feb1aba3b488996d","reportUrl":"https://waku-org.github.io/js-waku/7326//#testresult/feb1aba3b488996d","status":"passed","time":{"start":1724407973325,"stop":1724407973326,"duration":1}},{"uid":"5c9a3fa2d47b01b1","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/5c9a3fa2d47b01b1","status":"passed","time":{"start":1724408998151,"stop":1724408998151,"duration":0}}]},"tags":[]},"source":"13360b451260e6ab.json","parameterValues":[]}
|
||||
1
7328/data/test-cases/134dcdbc2ff9be2b.json
Normal file
1
7328/data/test-cases/134dcdbc2ff9be2b.json
Normal file
File diff suppressed because one or more lines are too long
1
7328/data/test-cases/13633d1a48024be9.json
Normal file
1
7328/data/test-cases/13633d1a48024be9.json
Normal file
File diff suppressed because one or more lines are too long
1
7328/data/test-cases/1391690d9b865da8.json
Normal file
1
7328/data/test-cases/1391690d9b865da8.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"1391690d9b865da8","name":"handles empty contentTopics array correctly","fullName":"/src/common/sharding/index.spec.ts: ensureShardingConfigured > handles empty contentTopics array correctly","historyId":"87fe34f1954a2fba5cbc381cc6dcf6d3:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724756533547,"stop":1724756533547,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"ensureShardingConfigured"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":21,"unknown":0,"total":21},"items":[{"uid":"7c3e5889a932e7be","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/7c3e5889a932e7be","status":"passed","time":{"start":1724754633439,"stop":1724754633439,"duration":0}},{"uid":"257c60f1f1345596","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/257c60f1f1345596","status":"passed","time":{"start":1724752059193,"stop":1724752059194,"duration":1}},{"uid":"29209a6be16c8f43","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/29209a6be16c8f43","status":"passed","time":{"start":1724750890220,"stop":1724750890220,"duration":0}},{"uid":"1de0dcc40887a47f","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/1de0dcc40887a47f","status":"passed","time":{"start":1724749972290,"stop":1724749972290,"duration":0}},{"uid":"f3df588c11a1b67","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/f3df588c11a1b67","status":"passed","time":{"start":1724748996236,"stop":1724748996237,"duration":1}},{"uid":"5d70df3af8a6dc5f","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/5d70df3af8a6dc5f","status":"passed","time":{"start":1724717287121,"stop":1724717287121,"duration":0}},{"uid":"beed608c4ea19130","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/beed608c4ea19130","status":"passed","time":{"start":1724714520393,"stop":1724714520394,"duration":1}},{"uid":"925d5c208c4c1afa","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/925d5c208c4c1afa","status":"passed","time":{"start":1724712601882,"stop":1724712601883,"duration":1}},{"uid":"dfc25c32c657902c","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/dfc25c32c657902c","status":"passed","time":{"start":1724705811555,"stop":1724705811555,"duration":0}},{"uid":"99ed93dac20c65e9","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/99ed93dac20c65e9","status":"passed","time":{"start":1724704225562,"stop":1724704225562,"duration":0}},{"uid":"90f7369e911ea244","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/90f7369e911ea244","status":"passed","time":{"start":1724683592409,"stop":1724683592409,"duration":0}},{"uid":"e43ba265077d8043","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/e43ba265077d8043","status":"passed","time":{"start":1724672313852,"stop":1724672313852,"duration":0}},{"uid":"9e3714e3fc02a337","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/9e3714e3fc02a337","status":"passed","time":{"start":1724670065768,"stop":1724670065769,"duration":1}},{"uid":"4eb305a3560cd72d","reportUrl":"https://waku-org.github.io/js-waku/7331//#testresult/4eb305a3560cd72d","status":"passed","time":{"start":1724663241925,"stop":1724663241925,"duration":0}},{"uid":"bcca24319fd6f335","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/bcca24319fd6f335","status":"passed","time":{"start":1724412768694,"stop":1724412768694,"duration":0}},{"uid":"2b9e470c8c882c3c","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/2b9e470c8c882c3c","status":"passed","time":{"start":1724409447888,"stop":1724409447889,"duration":1}},{"uid":"2c6ecf0d45957c8b","reportUrl":"https://waku-org.github.io/js-waku/7329//#testresult/2c6ecf0d45957c8b","status":"passed","time":{"start":1724409100191,"stop":1724409100191,"duration":0}},{"uid":"9b6683b9c3bdc9fe","reportUrl":"https://waku-org.github.io/js-waku/7327//#testresult/9b6683b9c3bdc9fe","status":"passed","time":{"start":1724408927494,"stop":1724408927494,"duration":0}},{"uid":"beea3b63e44a285","reportUrl":"https://waku-org.github.io/js-waku/7326//#testresult/beea3b63e44a285","status":"passed","time":{"start":1724407973350,"stop":1724407973350,"duration":0}},{"uid":"61ec4379e0fc8d30","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/61ec4379e0fc8d30","status":"passed","time":{"start":1724408998175,"stop":1724408998175,"duration":0}}]},"tags":[]},"source":"1391690d9b865da8.json","parameterValues":[]}
|
||||
1
7328/data/test-cases/13b01c6880f50ec9.json
Normal file
1
7328/data/test-cases/13b01c6880f50ec9.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"13b01c6880f50ec9","name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","fullName":"/src/common/sharding/index.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","historyId":"253c27d464100cdb4c0cdda026373878:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724756533536,"stop":1724756533536,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":21,"unknown":0,"total":21},"items":[{"uid":"5cfadad5ff863299","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/5cfadad5ff863299","status":"passed","time":{"start":1724754633426,"stop":1724754633426,"duration":0}},{"uid":"869e7be01e63be8f","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/869e7be01e63be8f","status":"passed","time":{"start":1724752059184,"stop":1724752059184,"duration":0}},{"uid":"aed12dc5e6a049c3","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/aed12dc5e6a049c3","status":"passed","time":{"start":1724750890206,"stop":1724750890206,"duration":0}},{"uid":"96c94e7d99b8e3a3","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/96c94e7d99b8e3a3","status":"passed","time":{"start":1724749972279,"stop":1724749972279,"duration":0}},{"uid":"6de8270922efa184","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/6de8270922efa184","status":"passed","time":{"start":1724748996222,"stop":1724748996222,"duration":0}},{"uid":"dff7bdc94f3e1a92","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/dff7bdc94f3e1a92","status":"passed","time":{"start":1724717287107,"stop":1724717287108,"duration":1}},{"uid":"66532c71ef01177b","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/66532c71ef01177b","status":"passed","time":{"start":1724714520382,"stop":1724714520382,"duration":0}},{"uid":"82b5908b202c7f2e","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/82b5908b202c7f2e","status":"passed","time":{"start":1724712601873,"stop":1724712601874,"duration":1}},{"uid":"ad7cbf5b8e79a24e","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/ad7cbf5b8e79a24e","status":"passed","time":{"start":1724705811546,"stop":1724705811547,"duration":1}},{"uid":"350ad4ae9ac2022c","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/350ad4ae9ac2022c","status":"passed","time":{"start":1724704225552,"stop":1724704225552,"duration":0}},{"uid":"8493638b03b32283","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/8493638b03b32283","status":"passed","time":{"start":1724683592397,"stop":1724683592397,"duration":0}},{"uid":"26032bb4cd0e6a62","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/26032bb4cd0e6a62","status":"passed","time":{"start":1724672313840,"stop":1724672313840,"duration":0}},{"uid":"66504f8711593660","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/66504f8711593660","status":"passed","time":{"start":1724670065759,"stop":1724670065759,"duration":0}},{"uid":"797122a31a5cd413","reportUrl":"https://waku-org.github.io/js-waku/7331//#testresult/797122a31a5cd413","status":"passed","time":{"start":1724663241914,"stop":1724663241914,"duration":0}},{"uid":"4fd27a827e19acff","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/4fd27a827e19acff","status":"passed","time":{"start":1724412768681,"stop":1724412768681,"duration":0}},{"uid":"5e60314dfaa5b5b3","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/5e60314dfaa5b5b3","status":"passed","time":{"start":1724409447872,"stop":1724409447872,"duration":0}},{"uid":"4aec9dc77a4c4641","reportUrl":"https://waku-org.github.io/js-waku/7329//#testresult/4aec9dc77a4c4641","status":"passed","time":{"start":1724409100177,"stop":1724409100177,"duration":0}},{"uid":"99535f445c63573","reportUrl":"https://waku-org.github.io/js-waku/7327//#testresult/99535f445c63573","status":"passed","time":{"start":1724408927481,"stop":1724408927481,"duration":0}},{"uid":"d7c88c4f65084704","reportUrl":"https://waku-org.github.io/js-waku/7326//#testresult/d7c88c4f65084704","status":"passed","time":{"start":1724407973337,"stop":1724407973337,"duration":0}},{"uid":"450804061d7b163b","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/450804061d7b163b","status":"passed","time":{"start":1724408998161,"stop":1724408998161,"duration":0}}]},"tags":[]},"source":"13b01c6880f50ec9.json","parameterValues":[]}
|
||||
1
7328/data/test-cases/13b137ee1ad22b43.json
Normal file
1
7328/data/test-cases/13b137ee1ad22b43.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"13b137ee1ad22b43","name":"should return unique PubsubTopics for static sharding","fullName":"/src/common/sharding/index.spec.ts: shardInfoToPubsubTopics > should return unique PubsubTopics for static sharding","historyId":"01d884145c010fc64bf65cb32b7fdf42:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724756533533,"stop":1724756533533,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"shardInfoToPubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":21,"unknown":0,"total":21},"items":[{"uid":"1fecba5c26a0dea3","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/1fecba5c26a0dea3","status":"passed","time":{"start":1724754633417,"stop":1724754633418,"duration":1}},{"uid":"9201c950ccba0959","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/9201c950ccba0959","status":"passed","time":{"start":1724752059181,"stop":1724752059181,"duration":0}},{"uid":"bb224a6c232acebe","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/bb224a6c232acebe","status":"passed","time":{"start":1724750890197,"stop":1724750890198,"duration":1}},{"uid":"e612ddbff3be89a5","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/e612ddbff3be89a5","status":"passed","time":{"start":1724749972276,"stop":1724749972276,"duration":0}},{"uid":"d938f127ae11f2e","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/d938f127ae11f2e","status":"passed","time":{"start":1724748996218,"stop":1724748996218,"duration":0}},{"uid":"a94832456082d033","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/a94832456082d033","status":"passed","time":{"start":1724717287102,"stop":1724717287103,"duration":1}},{"uid":"872c2e15be5b8e1","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/872c2e15be5b8e1","status":"passed","time":{"start":1724714520380,"stop":1724714520380,"duration":0}},{"uid":"86cce9a35413c82c","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/86cce9a35413c82c","status":"passed","time":{"start":1724712601871,"stop":1724712601871,"duration":0}},{"uid":"d403e2a93f02712","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/d403e2a93f02712","status":"passed","time":{"start":1724705811543,"stop":1724705811544,"duration":1}},{"uid":"6e946a436334f95a","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/6e946a436334f95a","status":"passed","time":{"start":1724704225548,"stop":1724704225549,"duration":1}},{"uid":"3192a4e145e5271c","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/3192a4e145e5271c","status":"passed","time":{"start":1724683592393,"stop":1724683592394,"duration":1}},{"uid":"41d31c751cf1ba2","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/41d31c751cf1ba2","status":"passed","time":{"start":1724672313836,"stop":1724672313836,"duration":0}},{"uid":"5304542aacb1ed68","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/5304542aacb1ed68","status":"passed","time":{"start":1724670065756,"stop":1724670065756,"duration":0}},{"uid":"d13ac8f1fe96091c","reportUrl":"https://waku-org.github.io/js-waku/7331//#testresult/d13ac8f1fe96091c","status":"passed","time":{"start":1724663241910,"stop":1724663241910,"duration":0}},{"uid":"71f4c80f4004b72b","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/71f4c80f4004b72b","status":"passed","time":{"start":1724412768677,"stop":1724412768677,"duration":0}},{"uid":"42f1a2f556c50b","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/42f1a2f556c50b","status":"passed","time":{"start":1724409447866,"stop":1724409447867,"duration":1}},{"uid":"9c51a20079214625","reportUrl":"https://waku-org.github.io/js-waku/7329//#testresult/9c51a20079214625","status":"passed","time":{"start":1724409100172,"stop":1724409100173,"duration":1}},{"uid":"742472406d8fa11","reportUrl":"https://waku-org.github.io/js-waku/7327//#testresult/742472406d8fa11","status":"passed","time":{"start":1724408927477,"stop":1724408927477,"duration":0}},{"uid":"b237dac0f52f59c2","reportUrl":"https://waku-org.github.io/js-waku/7326//#testresult/b237dac0f52f59c2","status":"passed","time":{"start":1724407973334,"stop":1724407973334,"duration":0}},{"uid":"9799487987339320","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/9799487987339320","status":"passed","time":{"start":1724408998157,"stop":1724408998158,"duration":1}}]},"tags":[]},"source":"13b137ee1ad22b43.json","parameterValues":[]}
|
||||
1
7328/data/test-cases/13b834047bd10f5d.json
Normal file
1
7328/data/test-cases/13b834047bd10f5d.json
Normal file
File diff suppressed because one or more lines are too long
1
7328/data/test-cases/140244eca55f26a7.json
Normal file
1
7328/data/test-cases/140244eca55f26a7.json
Normal file
File diff suppressed because one or more lines are too long
1
7328/data/test-cases/1414a37d059421df.json
Normal file
1
7328/data/test-cases/1414a37d059421df.json
Normal file
File diff suppressed because one or more lines are too long
1
7328/data/test-cases/15396c92072850e.json
Normal file
1
7328/data/test-cases/15396c92072850e.json
Normal file
File diff suppressed because one or more lines are too long
1
7328/data/test-cases/1592d7369565b914.json
Normal file
1
7328/data/test-cases/1592d7369565b914.json
Normal file
File diff suppressed because one or more lines are too long
1
7328/data/test-cases/15b1f1afe0cc207a.json
Normal file
1
7328/data/test-cases/15b1f1afe0cc207a.json
Normal file
File diff suppressed because one or more lines are too long
1
7328/data/test-cases/1607b4970c6db16.json
Normal file
1
7328/data/test-cases/1607b4970c6db16.json
Normal file
File diff suppressed because one or more lines are too long
1
7328/data/test-cases/163511f25b8ad609.json
Normal file
1
7328/data/test-cases/163511f25b8ad609.json
Normal file
File diff suppressed because one or more lines are too long
1
7328/data/test-cases/1668c9eea167f84.json
Normal file
1
7328/data/test-cases/1668c9eea167f84.json
Normal file
File diff suppressed because one or more lines are too long
1
7328/data/test-cases/16e1055235d2c45a.json
Normal file
1
7328/data/test-cases/16e1055235d2c45a.json
Normal file
File diff suppressed because one or more lines are too long
1
7328/data/test-cases/16f39afa58ea738d.json
Normal file
1
7328/data/test-cases/16f39afa58ea738d.json
Normal file
File diff suppressed because one or more lines are too long
1
7328/data/test-cases/16fea7be83463605.json
Normal file
1
7328/data/test-cases/16fea7be83463605.json
Normal file
File diff suppressed because one or more lines are too long
1
7328/data/test-cases/1700e2acbec258f7.json
Normal file
1
7328/data/test-cases/1700e2acbec258f7.json
Normal file
File diff suppressed because one or more lines are too long
1
7328/data/test-cases/1743a7a412bcbdab.json
Normal file
1
7328/data/test-cases/1743a7a412bcbdab.json
Normal file
File diff suppressed because one or more lines are too long
1
7328/data/test-cases/1754d1a560ea3766.json
Normal file
1
7328/data/test-cases/1754d1a560ea3766.json
Normal file
File diff suppressed because one or more lines are too long
1
7328/data/test-cases/1833e0e77041ff53.json
Normal file
1
7328/data/test-cases/1833e0e77041ff53.json
Normal file
File diff suppressed because one or more lines are too long
1
7328/data/test-cases/1855ad647ee38b9c.json
Normal file
1
7328/data/test-cases/1855ad647ee38b9c.json
Normal file
File diff suppressed because one or more lines are too long
1
7328/data/test-cases/189547d70d4285d3.json
Normal file
1
7328/data/test-cases/189547d70d4285d3.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"189547d70d4285d3","name":"should handle clusterId, application and version for autosharding with cluster iD 6","fullName":"/src/common/sharding/index.spec.ts: shardInfoToPubsubTopics > should handle clusterId, application and version for autosharding with cluster iD 6","historyId":"3b83c075b41ddeaa2760eb77446ca91e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724756533533,"stop":1724756533534,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"shardInfoToPubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":21,"unknown":0,"total":21},"items":[{"uid":"f6dac4a32232b5aa","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/f6dac4a32232b5aa","status":"passed","time":{"start":1724754633420,"stop":1724754633421,"duration":1}},{"uid":"9f8488c6786db9b2","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/9f8488c6786db9b2","status":"passed","time":{"start":1724752059182,"stop":1724752059182,"duration":0}},{"uid":"e4d1ebd6470cbb6a","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/e4d1ebd6470cbb6a","status":"passed","time":{"start":1724750890201,"stop":1724750890202,"duration":1}},{"uid":"d142a2ff3fdd46da","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/d142a2ff3fdd46da","status":"passed","time":{"start":1724749972277,"stop":1724749972277,"duration":0}},{"uid":"5bc258f43604659b","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/5bc258f43604659b","status":"passed","time":{"start":1724748996219,"stop":1724748996219,"duration":0}},{"uid":"8e275938f9e7bd62","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/8e275938f9e7bd62","status":"passed","time":{"start":1724717287104,"stop":1724717287104,"duration":0}},{"uid":"33cc1ed1dfb85984","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/33cc1ed1dfb85984","status":"passed","time":{"start":1724714520380,"stop":1724714520380,"duration":0}},{"uid":"d6f777751ea5700d","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/d6f777751ea5700d","status":"passed","time":{"start":1724712601872,"stop":1724712601872,"duration":0}},{"uid":"a2545d1e6572eace","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/a2545d1e6572eace","status":"passed","time":{"start":1724705811544,"stop":1724705811544,"duration":0}},{"uid":"c3052424ea9e1aad","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/c3052424ea9e1aad","status":"passed","time":{"start":1724704225549,"stop":1724704225550,"duration":1}},{"uid":"e18b98658fda7662","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/e18b98658fda7662","status":"passed","time":{"start":1724683592394,"stop":1724683592395,"duration":1}},{"uid":"4020fea19717baed","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/4020fea19717baed","status":"passed","time":{"start":1724672313837,"stop":1724672313837,"duration":0}},{"uid":"7452961d761b0ead","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/7452961d761b0ead","status":"passed","time":{"start":1724670065756,"stop":1724670065756,"duration":0}},{"uid":"bb1d74a902c52510","reportUrl":"https://waku-org.github.io/js-waku/7331//#testresult/bb1d74a902c52510","status":"passed","time":{"start":1724663241911,"stop":1724663241911,"duration":0}},{"uid":"f983ef4640f9d273","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/f983ef4640f9d273","status":"passed","time":{"start":1724412768678,"stop":1724412768678,"duration":0}},{"uid":"cee37e6cb0edbe9e","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/cee37e6cb0edbe9e","status":"passed","time":{"start":1724409447868,"stop":1724409447868,"duration":0}},{"uid":"c330f303af35398","reportUrl":"https://waku-org.github.io/js-waku/7329//#testresult/c330f303af35398","status":"passed","time":{"start":1724409100173,"stop":1724409100174,"duration":1}},{"uid":"433ef3b829c68be1","reportUrl":"https://waku-org.github.io/js-waku/7327//#testresult/433ef3b829c68be1","status":"passed","time":{"start":1724408927478,"stop":1724408927478,"duration":0}},{"uid":"9bf60655e022dcbc","reportUrl":"https://waku-org.github.io/js-waku/7326//#testresult/9bf60655e022dcbc","status":"passed","time":{"start":1724407973335,"stop":1724407973335,"duration":0}},{"uid":"e0eac3bb2c70a518","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/e0eac3bb2c70a518","status":"passed","time":{"start":1724408998159,"stop":1724408998159,"duration":0}}]},"tags":[]},"source":"189547d70d4285d3.json","parameterValues":[]}
|
||||
1
7328/data/test-cases/1922d51e849183ba.json
Normal file
1
7328/data/test-cases/1922d51e849183ba.json
Normal file
File diff suppressed because one or more lines are too long
1
7328/data/test-cases/1981b27b2cf87e70.json
Normal file
1
7328/data/test-cases/1981b27b2cf87e70.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"1981b27b2cf87e70","name":"should return only bootstrap peers up to maxBootstrapPeers","fullName":"/src/lib/filterPeers.spec.ts: filterPeersByDiscovery function > should return only bootstrap peers up to maxBootstrapPeers","historyId":"4362d1101dca3e3a1799898fdf01abe5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724756546950,"stop":1724756546951,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.lib"},{"name":"parentSuite","value":"filterPeersByDiscovery function"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":21,"unknown":0,"total":21},"items":[{"uid":"39b7e4c4ddf78163","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/39b7e4c4ddf78163","status":"passed","time":{"start":1724754646789,"stop":1724754646790,"duration":1}},{"uid":"5a060accfa3b3b91","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/5a060accfa3b3b91","status":"passed","time":{"start":1724752072588,"stop":1724752072589,"duration":1}},{"uid":"494cc7069bb77ecd","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/494cc7069bb77ecd","status":"passed","time":{"start":1724750904075,"stop":1724750904075,"duration":0}},{"uid":"8642d5ccd1fdc4af","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/8642d5ccd1fdc4af","status":"passed","time":{"start":1724749985084,"stop":1724749985084,"duration":0}},{"uid":"daa716dccc5d0146","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/daa716dccc5d0146","status":"passed","time":{"start":1724749009594,"stop":1724749009594,"duration":0}},{"uid":"736486dce7a96dfa","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/736486dce7a96dfa","status":"passed","time":{"start":1724717300541,"stop":1724717300542,"duration":1}},{"uid":"97bd5b810e8d9a32","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/97bd5b810e8d9a32","status":"passed","time":{"start":1724714533482,"stop":1724714533483,"duration":1}},{"uid":"7ed11557e6ec9302","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/7ed11557e6ec9302","status":"passed","time":{"start":1724712614789,"stop":1724712614789,"duration":0}},{"uid":"fefa770fd1be6c02","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/fefa770fd1be6c02","status":"passed","time":{"start":1724705824405,"stop":1724705824406,"duration":1}},{"uid":"79b016a95bf19d35","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/79b016a95bf19d35","status":"passed","time":{"start":1724704238608,"stop":1724704238608,"duration":0}},{"uid":"1d9b789a2620b12e","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/1d9b789a2620b12e","status":"passed","time":{"start":1724683605416,"stop":1724683605416,"duration":0}},{"uid":"a5a7b6a52019447e","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/a5a7b6a52019447e","status":"passed","time":{"start":1724672327553,"stop":1724672327553,"duration":0}},{"uid":"60e08a20bf153162","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/60e08a20bf153162","status":"passed","time":{"start":1724670079007,"stop":1724670079007,"duration":0}},{"uid":"b1b464b9b8372680","reportUrl":"https://waku-org.github.io/js-waku/7331//#testresult/b1b464b9b8372680","status":"passed","time":{"start":1724663255005,"stop":1724663255006,"duration":1}},{"uid":"2b8ba9e6eedff819","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/2b8ba9e6eedff819","status":"passed","time":{"start":1724412782637,"stop":1724412782638,"duration":1}},{"uid":"e69b252ceaa3baf7","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/e69b252ceaa3baf7","status":"passed","time":{"start":1724409461183,"stop":1724409461184,"duration":1}},{"uid":"e1dc55238333dcdc","reportUrl":"https://waku-org.github.io/js-waku/7329//#testresult/e1dc55238333dcdc","status":"passed","time":{"start":1724409113671,"stop":1724409113672,"duration":1}},{"uid":"abb1e81c3aba48cb","reportUrl":"https://waku-org.github.io/js-waku/7327//#testresult/abb1e81c3aba48cb","status":"passed","time":{"start":1724408941083,"stop":1724408941084,"duration":1}},{"uid":"495da8b03f680a52","reportUrl":"https://waku-org.github.io/js-waku/7326//#testresult/495da8b03f680a52","status":"passed","time":{"start":1724407986521,"stop":1724407986521,"duration":0}},{"uid":"dda258117d91b0d6","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/dda258117d91b0d6","status":"passed","time":{"start":1724409011913,"stop":1724409011913,"duration":0}}]},"tags":[]},"source":"1981b27b2cf87e70.json","parameterValues":[]}
|
||||
1
7328/data/test-cases/1a7ae61d929af58f.json
Normal file
1
7328/data/test-cases/1a7ae61d929af58f.json
Normal file
File diff suppressed because one or more lines are too long
1
7328/data/test-cases/1a983a6a84e9ad2f.json
Normal file
1
7328/data/test-cases/1a983a6a84e9ad2f.json
Normal file
File diff suppressed because one or more lines are too long
1
7328/data/test-cases/1aa4882ba1fba92c.json
Normal file
1
7328/data/test-cases/1aa4882ba1fba92c.json
Normal file
File diff suppressed because one or more lines are too long
1
7328/data/test-cases/1aff1ee7903229b4.json
Normal file
1
7328/data/test-cases/1aff1ee7903229b4.json
Normal file
File diff suppressed because one or more lines are too long
1
7328/data/test-cases/1b4ed7dfaa80fdb.json
Normal file
1
7328/data/test-cases/1b4ed7dfaa80fdb.json
Normal file
File diff suppressed because one or more lines are too long
1
7328/data/test-cases/1b4f1299aa792f10.json
Normal file
1
7328/data/test-cases/1b4f1299aa792f10.json
Normal file
File diff suppressed because one or more lines are too long
1
7328/data/test-cases/1b597cc879c48e40.json
Normal file
1
7328/data/test-cases/1b597cc879c48e40.json
Normal file
File diff suppressed because one or more lines are too long
1
7328/data/test-cases/1bc05f58a608b601.json
Normal file
1
7328/data/test-cases/1bc05f58a608b601.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"1bc05f58a608b601","name":"Round trip binary encryption [symmetric, signature]","fullName":"/src/symmetric.spec.ts: Symmetric Encryption > Round trip binary encryption [symmetric, signature]","historyId":"991461718c5f3485f242a580c3e99a0c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724756568351,"stop":1724756568351,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"Symmetric Encryption"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":21,"unknown":0,"total":21},"items":[{"uid":"99f58fb08b4ba6c7","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/99f58fb08b4ba6c7","status":"passed","time":{"start":1724754668063,"stop":1724754668063,"duration":0}},{"uid":"9cb1a7a7bdba8f14","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/9cb1a7a7bdba8f14","status":"passed","time":{"start":1724752093936,"stop":1724752093936,"duration":0}},{"uid":"e3a61d49ac2b4137","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/e3a61d49ac2b4137","status":"passed","time":{"start":1724750925522,"stop":1724750925522,"duration":0}},{"uid":"cae993db67fb4a6d","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/cae993db67fb4a6d","status":"passed","time":{"start":1724750005787,"stop":1724750005788,"duration":1}},{"uid":"3bc7b58573422ff1","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/3bc7b58573422ff1","status":"passed","time":{"start":1724749030319,"stop":1724749030319,"duration":0}},{"uid":"4b329a5eee832d4c","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/4b329a5eee832d4c","status":"passed","time":{"start":1724717321393,"stop":1724717321393,"duration":0}},{"uid":"bb7ddc1946e474a0","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/bb7ddc1946e474a0","status":"passed","time":{"start":1724714554191,"stop":1724714554192,"duration":1}},{"uid":"142e234c21885c32","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/142e234c21885c32","status":"passed","time":{"start":1724712635524,"stop":1724712635525,"duration":1}},{"uid":"50b538f542293afb","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/50b538f542293afb","status":"passed","time":{"start":1724705845346,"stop":1724705845346,"duration":0}},{"uid":"d888be08c43afbc7","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/d888be08c43afbc7","status":"passed","time":{"start":1724704259842,"stop":1724704259842,"duration":0}},{"uid":"f1f4199c70200fae","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/f1f4199c70200fae","status":"passed","time":{"start":1724683626107,"stop":1724683626107,"duration":0}},{"uid":"8e2fd7e22ac786bd","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/8e2fd7e22ac786bd","status":"passed","time":{"start":1724672349375,"stop":1724672349375,"duration":0}},{"uid":"1fddc5e933f06705","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/1fddc5e933f06705","status":"passed","time":{"start":1724670100052,"stop":1724670100053,"duration":1}},{"uid":"9e9ce249301ae9f0","reportUrl":"https://waku-org.github.io/js-waku/7331//#testresult/9e9ce249301ae9f0","status":"passed","time":{"start":1724663275809,"stop":1724663275809,"duration":0}},{"uid":"b5e937bc4c768d55","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/b5e937bc4c768d55","status":"passed","time":{"start":1724412804734,"stop":1724412804734,"duration":0}},{"uid":"72b4d0ebc8fe5369","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/72b4d0ebc8fe5369","status":"passed","time":{"start":1724409481992,"stop":1724409481992,"duration":0}},{"uid":"4c65449c57ec373a","reportUrl":"https://waku-org.github.io/js-waku/7329//#testresult/4c65449c57ec373a","status":"passed","time":{"start":1724409135074,"stop":1724409135074,"duration":0}},{"uid":"b2b0bb179724aac6","reportUrl":"https://waku-org.github.io/js-waku/7327//#testresult/b2b0bb179724aac6","status":"passed","time":{"start":1724408962564,"stop":1724408962565,"duration":1}},{"uid":"6de493ae5b8ba223","reportUrl":"https://waku-org.github.io/js-waku/7326//#testresult/6de493ae5b8ba223","status":"passed","time":{"start":1724408007725,"stop":1724408007726,"duration":1}},{"uid":"d791139ab94c30b","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/d791139ab94c30b","status":"passed","time":{"start":1724409033611,"stop":1724409033612,"duration":1}}]},"tags":[]},"source":"1bc05f58a608b601.json","parameterValues":[]}
|
||||
1
7328/data/test-cases/1bdd760175a1cfee.json
Normal file
1
7328/data/test-cases/1bdd760175a1cfee.json
Normal file
File diff suppressed because one or more lines are too long
1
7328/data/test-cases/1c303d36e74e249c.json
Normal file
1
7328/data/test-cases/1c303d36e74e249c.json
Normal file
File diff suppressed because one or more lines are too long
1
7328/data/test-cases/1c406e5b44959734.json
Normal file
1
7328/data/test-cases/1c406e5b44959734.json
Normal file
File diff suppressed because one or more lines are too long
1
7328/data/test-cases/1c931a96f8fbd878.json
Normal file
1
7328/data/test-cases/1c931a96f8fbd878.json
Normal file
File diff suppressed because one or more lines are too long
1
7328/data/test-cases/1c9c94c22d22a36d.json
Normal file
1
7328/data/test-cases/1c9c94c22d22a36d.json
Normal file
File diff suppressed because one or more lines are too long
1
7328/data/test-cases/1cc39a6ff1221588.json
Normal file
1
7328/data/test-cases/1cc39a6ff1221588.json
Normal file
File diff suppressed because one or more lines are too long
1
7328/data/test-cases/1cd2d776a1f203b6.json
Normal file
1
7328/data/test-cases/1cd2d776a1f203b6.json
Normal file
File diff suppressed because one or more lines are too long
1
7328/data/test-cases/1cff830086728ab9.json
Normal file
1
7328/data/test-cases/1cff830086728ab9.json
Normal file
File diff suppressed because one or more lines are too long
1
7328/data/test-cases/1d543241e475eb33.json
Normal file
1
7328/data/test-cases/1d543241e475eb33.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"1d543241e475eb33","name":"should throw error - invalid id","fullName":"/src/enr.spec.ts: ENR > Verify > should throw error - invalid id","historyId":"90c703a2c31e24e53ef3b3db5a0aa13b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724756542083,"stop":1724756542083,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR"},{"name":"suite","value":"Verify"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":21,"unknown":0,"total":21},"items":[{"uid":"f69d5bcc17a888db","reportUrl":"https://waku-org.github.io/js-waku/7342//#testresult/f69d5bcc17a888db","status":"passed","time":{"start":1724754642079,"stop":1724754642080,"duration":1}},{"uid":"acc6c3de7a2e2b33","reportUrl":"https://waku-org.github.io/js-waku/7341//#testresult/acc6c3de7a2e2b33","status":"passed","time":{"start":1724752067760,"stop":1724752067761,"duration":1}},{"uid":"36b9d11021b0d6e3","reportUrl":"https://waku-org.github.io/js-waku/7340//#testresult/36b9d11021b0d6e3","status":"passed","time":{"start":1724750899269,"stop":1724750899269,"duration":0}},{"uid":"47d89a11248bf191","reportUrl":"https://waku-org.github.io/js-waku/7339//#testresult/47d89a11248bf191","status":"passed","time":{"start":1724749980537,"stop":1724749980537,"duration":0}},{"uid":"e3d2b53d382a82a1","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/e3d2b53d382a82a1","status":"passed","time":{"start":1724749004888,"stop":1724749004888,"duration":0}},{"uid":"853870e6d64e29f0","reportUrl":"https://waku-org.github.io/js-waku/7338//#testresult/853870e6d64e29f0","status":"passed","time":{"start":1724717295821,"stop":1724717295821,"duration":0}},{"uid":"2713e43ee9063fa7","reportUrl":"https://waku-org.github.io/js-waku/7337//#testresult/2713e43ee9063fa7","status":"passed","time":{"start":1724714528755,"stop":1724714528755,"duration":0}},{"uid":"9be448851f655ec3","reportUrl":"https://waku-org.github.io/js-waku/7336//#testresult/9be448851f655ec3","status":"passed","time":{"start":1724712610159,"stop":1724712610159,"duration":0}},{"uid":"bb408359c1c9806b","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/bb408359c1c9806b","status":"passed","time":{"start":1724705819911,"stop":1724705819911,"duration":0}},{"uid":"1c66ec9c36dbe347","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/1c66ec9c36dbe347","status":"passed","time":{"start":1724704234063,"stop":1724704234064,"duration":1}},{"uid":"70b65bc90674bce3","reportUrl":"https://waku-org.github.io/js-waku/7335//#testresult/70b65bc90674bce3","status":"passed","time":{"start":1724683600744,"stop":1724683600744,"duration":0}},{"uid":"fc07dcd4f4a5e4f9","reportUrl":"https://waku-org.github.io/js-waku/7334//#testresult/fc07dcd4f4a5e4f9","status":"passed","time":{"start":1724672322741,"stop":1724672322741,"duration":0}},{"uid":"5d920a2cc5f44665","reportUrl":"https://waku-org.github.io/js-waku/7333//#testresult/5d920a2cc5f44665","status":"passed","time":{"start":1724670074273,"stop":1724670074273,"duration":0}},{"uid":"ac53d645f958ddcf","reportUrl":"https://waku-org.github.io/js-waku/7331//#testresult/ac53d645f958ddcf","status":"passed","time":{"start":1724663250371,"stop":1724663250372,"duration":1}},{"uid":"d18b91e9cca05dce","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/d18b91e9cca05dce","status":"passed","time":{"start":1724412777907,"stop":1724412777907,"duration":0}},{"uid":"8a81ff847fd041c8","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/8a81ff847fd041c8","status":"passed","time":{"start":1724409456510,"stop":1724409456510,"duration":0}},{"uid":"d9785abcc9af7d9f","reportUrl":"https://waku-org.github.io/js-waku/7329//#testresult/d9785abcc9af7d9f","status":"passed","time":{"start":1724409108891,"stop":1724409108891,"duration":0}},{"uid":"11838dbd6e323f5e","reportUrl":"https://waku-org.github.io/js-waku/7327//#testresult/11838dbd6e323f5e","status":"passed","time":{"start":1724408936281,"stop":1724408936282,"duration":1}},{"uid":"f6eb43f4f0f4d8b1","reportUrl":"https://waku-org.github.io/js-waku/7326//#testresult/f6eb43f4f0f4d8b1","status":"passed","time":{"start":1724407981838,"stop":1724407981839,"duration":1}},{"uid":"e848e0821aa538f4","reportUrl":"https://waku-org.github.io/js-waku/7328//#testresult/e848e0821aa538f4","status":"passed","time":{"start":1724409006923,"stop":1724409006924,"duration":1}}]},"tags":[]},"source":"1d543241e475eb33.json","parameterValues":[]}
|
||||
1
7328/data/test-cases/1d727f5b93dac263.json
Normal file
1
7328/data/test-cases/1d727f5b93dac263.json
Normal file
File diff suppressed because one or more lines are too long
1
7328/data/test-cases/1d7c9ef1be146655.json
Normal file
1
7328/data/test-cases/1d7c9ef1be146655.json
Normal file
File diff suppressed because one or more lines are too long
1
7328/data/test-cases/1e9b5053aadc7d4d.json
Normal file
1
7328/data/test-cases/1e9b5053aadc7d4d.json
Normal file
File diff suppressed because one or more lines are too long
1
7328/data/test-cases/1e9f2e2e410030ee.json
Normal file
1
7328/data/test-cases/1e9f2e2e410030ee.json
Normal file
File diff suppressed because one or more lines are too long
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user